]> jfr.im git - irc/freenode/web-7.0.git/blob - config.yml
Merge pull request #58 from freenode/faq
[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 source: pages
16 root: ''
17 - name: 'faq'
18 source: faq
19 root: 'faq/answer'
20 index_root: 'faq'
21 indexes:
22 chat:
23 title: 'Chat'
24 cats: [connect]
25 promote:
26 - name: faq/connect/chat
27 caption: Chat
28 icon: comment
29 - name: faq/connect/chat
30 caption: Chat
31 icon: comment
32 - name: faq/connect/chat
33 caption: Chat
34 icon: comment
35 resources:
36 - command: [cat]
37 source: static/fonts
38 output: out/static/fonts
39 - command: [cat]
40 source: static/img
41 output: out/static/img
42 recursive: True
43 pattern: '*.png'
44 - command: [svgo, -p, '7', -i, -, -o, -]
45 source: static/img
46 output: out/static/img
47 recursive: True
48 pattern: '*.svg'
49 - command: [myth, --compress, --]
50 source: static/css
51 output: out/static/css