]> jfr.im git - irc/freenode/web-7.0.git/blob - config.yml
Merge pull request #25 from freenode/template-pages
[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 - name: 'pages'
15 id: 'pages'
16 source: pages
17 root: pages
18 resources:
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