-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
41 lines (35 loc) · 972 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# basic configuration
markdown: kramdown
#markdown: GFM
permalink: /:categories/:title/
# Change this tracking code with your own tracking code
ga_tracking_code: G-Z7RMVPYZ5K
# Please leave this code here for us to see how Course in a Box get used
p2pu_ga_tracking_code: UA-55722824-1
# Some files we need to exclude, so Github can build the site
exclude: [Gemfile, Gemfile.lock, README.md]
defaults:
-
scope:
path: "modules" # an empty string here means all files in the project
values:
layout: "course_page"
prose:
media: img
ignore:
- /_includes
- /_layouts
- /_sass
- /fonts
- /js
- /css
# Set some personal styles and logo for your course
# this is a hex value http://www.w3schools.com/tags/ref_colorpicker.asp
jumbotron_color: "#348F41"
jumbotron_image: "img/bacteria.svg"
jumbotron_mask: "img/jumbotron-mask.svg"
# jumbotron_icon: "img/box-icon.png"
plugins:
- jekyll-figure
- jekyll-pdf-embed
- jemoji