forked from illinois-cs241/illinois-cs241.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
75 lines (74 loc) · 2.49 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
66
67
68
69
70
71
72
73
74
75
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: "CS 241: System Programming"
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Webpage for CS 241: 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://illinois-cs241.github.io" # the base hostname & protocol for your site
repository: illinois-cs241/illinois-cs241.github.io
docs_repository: illinois-cs241/assignment-docs
github_username: illinois-cs241
# Settings for the course
# semester is generated automagically
course_number: "241"
subject_code: "cs"
course_name: "System Programming"
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']
navbar_items:
- name: "Assignments"
link: "assignments"
- name: "Quizzes"
link: "quiz_topics"
- name: "Help!"
link: "help"
- name: "Schedule"
link: "schedule"
- name: "Honors"
link: "honors"
- name: "The Crew"
link: "staff"
- name: "Search"
link: "search"
- name: "Coursebook"
link: "coursebook/index"
# 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'
lib_head_url: 'https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.7.0/lib/js/head.min.js'
reveal_js_url: 'https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.7.0/js/reveal.js'
plugins_dir:
- _plugins