forked from p2pu/course-in-a-box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
35 lines (30 loc) · 893 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
baseurl: /explore-101
markdown: kramdown
permalink: /:categories/:title/
# Change this tracking code with your own tracking code
ga_tracking_code: UA-26280935-3
# 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: "#01579B"
jumbotron_background_image: "header.svg"
jumbotron_image: "compass-icon.png"