-
Notifications
You must be signed in to change notification settings - Fork 32
/
.config.yml
48 lines (45 loc) · 1.03 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
# Tell Jekyll that "en" is a collection (whose files are found in "_en"). This
# is what allows us to loop over files in various inclusions. We use "en" to
# indicate English, and can use other two-letter codes for other languages.
collections:
en:
output: true
permalink: /:collection/:title.html
# Specify the use of the "lesson" template for elements of the "en" collection.
defaults:
- scope:
path: ""
type: en
values:
language: "en"
layout: "lesson"
# Translations keyed by language. This lookup table allows us to put the right
# titles on inclusion blocks in various languages.
translations:
en:
generated: "Last generated"
questions: "Questions"
keypoints: "Key Points"
lulu: "Buy on Lulu"
# Standard Jekyll settings.
repository: <USERNAME>/<PROJECT>
highlighter: rouge
plugins:
- "jekyll-redirect-from"
exclude:
- BUILD.md
- CITATION.md
- CONDUCT.md
- DESIGN.md
- LICENSE.md
- Makefile
- README.md
- bin
- etc
- misc
- node_modules
- requirements.txt
- site.mk
- site.yml
- src
- tex