-
Notifications
You must be signed in to change notification settings - Fork 494
/
_config.yml
35 lines (30 loc) · 906 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
# basic configuration
markdown: kramdown
permalink: /:categories/:title/
# Change this tracking code with your own tracking code
ga_tracking_code: UA-139717412-2
# 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: "#58D7CB"
jumbotron_image: "img/jumbotron-image.svg"
# jumbotron_mask: "img/jumbotron-mask.svg"
jumbotron_icon: "img/box-icon.png"