]> jfr.im git - irc/freenode/web-7.0.git/blob - config.yml
Merge pull request #16 from freenode/optimize-svg
[irc/freenode/web-7.0.git] / config.yml
1 name: freenode
2 theme: templates
3 output: out
4 content-root: content
5 modules:
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 resources:
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
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'
28 - command: [myth, --]
29 source: static/css
30 output: out/static/css