forked from ucsb-cs24/ucsb-cs24.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
54 lines (41 loc) · 997 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
plugins:
- jekyll-remote-theme
- jekyll-include-cache
remote_theme: ucsb-cs-course-repos/course-repo-jekyll-theme
url: https://ucsb-cs24.github.io # the base hostname & protocol for your site
baseurl: "/" # the subpath of your site "/" for main, "/w19" for instance
title: "UCSB CS24"
course: "CS24"
github_url: https://github.com/ucsb-cs24/ucsb-cs24.github.io
kramdown:
parse_block_html: false
exclude: ['vendor', 'setup.sh', 'jekyll.sh']
include:
- _pages
timezone: America/Los_Angeles
collections:
topics:
output: true
permalink: /topics/:path/
textbooks:
output: true
permalink: /textbooks/:path/
resources:
output: true
permalink: /resources/:path/
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
- scope:
path: ""
type: topics
values:
layout: default
- scope:
path: ""
type: resources
values:
layout: default