-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy path_config.yml
75 lines (66 loc) · 1.39 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
title: Software Design | Fall 2017
short_title: Software Design
description: An introduction to software design.
timezone: America/New_York
calendar_url: "https://docs.google.com/spreadsheets/d/e/2PACX-1vRJGhlctkwfwPHcEQ9H_sIML5rezTEDtDIgsTZyq4dlARZmKvGP-NTWJqu9zN1huDfpKMJQvAcYwmCq/pubhtml?gid=0&single=true&widget=true&headers=false"
sections: 1
room_number: AC128
yandex_key: 0270fddbef1d3809
date_format: '%A %-m/%-d'
due_datetime_format: '%-I:%M %P, %a %-d %b'
due_date_format: '%a %b %-d'
part_due_date_format: '%a, %b %-d'
collections:
activities:
output: true
layout: default
title: Activities
assignments:
output: true
layout: default
title: Assignments
notebooks:
layout: default
output: true
permalink: /notes/:path
defaults:
- scope:
path: ''
values:
layout: default
- scope:
path: ''
type: posts
values:
permalink: notes/:title
- scope:
path: ''
type: assignments
values:
layout: assignment
- scope:
path: ''
type: notebooks
values:
layout: notebook
omit_title: true
- scope:
path: files
values:
layout: handout
plugins:
- github-pages
- jemoji
- jekyll-redirect-from
kramdown:
toc_levels: 2..6
livereload: true
exclude:
- Gemfile
- Gemfile.lock
- Rakefile
- README.md
- config
- notebooks
- scripts
- vendor