-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·27 lines (20 loc) · 961 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
title: Course Title Here
description: >
A one-sentence description of the course
data_url: "http://rpdata.caltech.edu/courses/course_name/course_year/"
# You can include a logo for your work as a .png that is saved in the folder
social-github: RPGroup-PBoC # add your Github handle here.
# author-img: logo.png # Comment this line out if you don't want a logo. if
# absent, text will replace the logo postition.
# ------------------------------------------------------------------------------
# Below settings make the website work. Do not modify unless you know what you
# are doing.
# ------------------------------------------------------------------------------
markdown: kramdown
plugins:
- jekyll-sitemap
- jekyll-paginate
- jemoji
# Files to exclude from the website build. You may not want to include all data
# files for example.
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock", "data_files"]