-
Notifications
You must be signed in to change notification settings - Fork 18
/
_config.yml
65 lines (63 loc) · 1.71 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
53
54
55
56
57
58
59
60
61
62
63
64
65
# Site settings
title: "CS 341: System Programming"
email: angrave@illinois.edu
description: > # this means to ignore newlines until "baseurl:"
"Webpage for CS 341: System Programming at the University of Illinois Urbana-Champaign.
All documentation and information about the course can be found here."
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://cs341.cs.illinois.edu" # the base hostname & protocol for your site
repository: illinois-cs241/illinois-cs241.github.io
docs_repository: illinois-cs241/assignment-docs
github_username: illinois-cs241
exclude:
[
".git",
"README.md",
"deploy_rsa.enc",
"vendor",
"bundle",
"wp_repo",
"Gemfile",
"Gemfile.lock",
"LICENSE",
"Rakefile",
"_docs/deploy_rsa.enc",
"_docs/deploy.sh",
"_docs/retry.sh",
"_docs/cleanup.sh",
]
# Settings for docs collection
collections:
docs:
output: true
permalink: /assignments/:path
pages:
output: true
permalink: /:path
resources:
output: true
permalink: /resources/:path
coursebook:
output: true
permalink: /coursebook/:path
tutorials:
output: true
permalink: /tutorials/:path
slides:
output: true
permalink: /slides/:path
# Build settings
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
reveal:
css_url: "https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.7.0/css/reveal.css"
css_theme_url: "https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.7.0/css/theme/black.css"
css_syntax_url: "/css/reveal-code-style.css"
reveal_js_url: "https://cdnjs.cloudflare.com/ajax/libs/reveal.js/5.0.4/reveal.js"
plugins_dir:
- _plugins
plugins:
- jekyll-sitemap # Search engine optimization