blob: 6537139a1ff32ac66e2e8ab8d41698c1fb008ac3 (
plain)
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
|
# Default directory names are fine too.
templates_dir: "templates"
assets_dir: "assets"
context_dir: "context"
output_dir: "../www"
# I don't know why the hell anyone thought hiding the .html was a good idea.
# Was this the same person who thought hiding file extensions on Windows was a good plan?
unexpanded_templates:
- "about.html"
- "grasp.html"
- "thue2a.html"
- "adapad.html"
- "stvcount.html"
- "fltkada.html"
- "sunset.html"
- "sokoban.html"
- "links.html"
- "steelman.html"
- "integral.html"
- "packrat.html"
|