blob: 6a2374e6b796b771d47b5b5a58c6b0c27c5f5184 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# 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.xhtml"
- "adapad.xhtml"
- "deckconv.xhtml"
- "fltkada.xhtml"
- "grasp.xhtml"
- "index.xhtml"
- "integral.xhtml"
- "links.xhtml"
- "packrat.xhtml"
- "sokoban.xhtml"
- "steelman.xhtml"
- "stvcount.xhtml"
- "sunset.xhtml"
- "sydneyrail.xhtml"
- "thue2a.xhtml"
- "tags.xhtml"
- "tags/application.xhtml"
- "tags/binding.xhtml"
- "tags/compsci.xhtml"
- "tags/copyright.xhtml"
- "tags/esoteric.xhtml"
- "tags/language.xhtml"
- "tags/legal.xhtml"
- "tags/library.xhtml"
- "tags/maps.xhtml"
- "tags/mathematics.xhtml"
- "tags/politics.xhtml"
- "tags/programming.xhtml"
- "tags/transport.xhtml"
- "tags/videogames.xhtml"
|