blob: 6121cb24ee0ac0cb335a7251f69c245c85369535 (
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
44
45
46
47
48
49
50
51
52
53
|
# 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"
- "contributions.xhtml"
- "deckconv.xhtml"
- "fltkada.xhtml"
- "fluidsim.xhtml"
- "grasp.xhtml"
- "index.xhtml"
- "integral.xhtml"
- "links.xhtml"
- "numberwall.xhtml"
- "packrat.xhtml"
- "sokoban.xhtml"
- "soundbinds.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/physics.xhtml"
- "tags/politics.xhtml"
- "tags/programming.xhtml"
- "tags/transport.xhtml"
- "tags/utility.xhtml"
- "tags/videogames.xhtml"
- "vidframe/endoh1_column_preview.xhtml"
- "vidframe/endoh1_column_video.xhtml"
- "vidframe/fluid_tanada_preview.xhtml"
- "vidframe/fluid_tanada_video.xhtml"
|