]> jfr.im git - irc/freenode/web-7.0.git/blame - config.yml
Merge pull request #21 from freenode/design-margins
[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
f38f696b
EK
14resources:
15 - command: [cat]
16 source: static/fonts
17 output: out/static/fonts
18 - command: [cat]
19 source: static/img
20 output: out/static/img
21 recursive: True
53d11b69
EK
22 pattern: '*.png'
23 - command: [svgo, -p, '7', -i, -, -o, -]
24 source: static/img
25 output: out/static/img
26 recursive: True
27 pattern: '*.svg'
1310fef3 28 - command: [myth, --compress, --]
f38f696b
EK
29 source: static/css
30 output: out/static/css