]> jfr.im git - irc/freenode/web-7.0.git/blame - config.yml
proper faq source structure
[irc/freenode/web-7.0.git] / config.yml
CommitLineData
67acba06
EK
1name: freenode
2theme: templates
3output: out
4content-root: content
5modules:
6 - name: 'null'
7 map:
8 index: index.html
8256a74e 9 archive: artlist.html
67acba06
EK
10 - name: 'blog'
11 id: 'news'
12 source: news
13 root: news
255d05f2
SB
14 - name: 'pages'
15 id: 'pages'
16 source: pages
17 root: pages
f38f696b
EK
18resources:
19 - command: [cat]
20 source: static/fonts
21 output: out/static/fonts
22 - command: [cat]
23 source: static/img
24 output: out/static/img
25 recursive: True
53d11b69
EK
26 pattern: '*.png'
27 - command: [svgo, -p, '7', -i, -, -o, -]
28 source: static/img
29 output: out/static/img
30 recursive: True
31 pattern: '*.svg'
1310fef3 32 - command: [myth, --compress, --]
f38f696b
EK
33 source: static/css
34 output: out/static/css