-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
66 lines (55 loc) · 1.23 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
plugins:
- jekyll-remote-theme
- jekyll-include-cache
remote_theme: ucsb-cs-course-repos/course-repo-jekyll-theme
url: https://ucsb-int15.github.io # the base hostname & protocol for your site
baseurl: "/" # the subpath of your site "/" for main, "/w19" for instance
title: "UCSB INT15"
course: "INT15"
github_url: https://github.com/ucsb-int15/ucsb-int15.github.io
suppress_footer: true # hide the footer
kramdown:
parse_block_html: false
exclude: ['vendor', 'setup.sh', 'jekyll.sh']
include:
- _pages
timezone: America/Los_Angeles
collections:
tutorials:
output: true
permalink: /tutorials/:path/
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: default
values:
layout: default
- scope:
path: ""
type: resources
values:
layout: default
- scope:
path: ""
type: instructor
values:
layout: default
- scope:
path: ""
type: default
values:
layout: default