]> jfr.im git - irc/freenode/web-7.0.git/blame_incremental - config.yml
Merge pull request #41 from freenode/design-spacing
[irc/freenode/web-7.0.git] / config.yml
... / ...
CommitLineData
1name: freenode
2theme: templates
3output: out
4content-root: content
5modules:
6 - name: 'null'
7 map:
8 index: index.html
9 archive: artlist.html
10 - name: 'blog'
11 id: 'news'
12 source: news
13 root: news
14 - name: 'pages'
15 id: 'pages'
16 source: pages
17 root: pages
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
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'
32 - command: [myth, --compress, --]
33 source: static/css
34 output: out/static/css