forked from p2pu/course-in-a-box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
52 lines (42 loc) · 1.15 KB
/
_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
42
43
44
45
46
47
48
49
50
51
52
# basic configuration
markdown: kramdown
highlighter: rouge
kramdown:
syntax_highlighter: rouge
permalink: /:categories/:title/
# Change this tracking code with your own tracking code
ga_tracking_code:
# Please leave this code here for us to see how Course in a Box get used
p2pu_ga_tracking_code:
# Some files we need to exclude, so Github can build the site
exclude: [Gemfile, Gemfile.lock, README.md]
github:
repository_url: https://github.com/quadram-institute-bioscience/ebame-viromics
source:
branch: gh-pages # or 'master' if that's your default branch
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: "#003F58"
jumbotron_image: "img/jumbotron-image.svg"
#jumbotron_mask: "img/jumbotron-mask.svg"
jumbotron_icon: "img/box-icon.png"
#green b2c720
#darkblue 0077bb
#lightblue 029fde
plugins:
- jemoji