]> jfr.im git - irc/freenode/web-7.0.git/blob - config.yml
add timezone. (kludge)
[irc/freenode/web-7.0.git] / config.yml
1 name: freenode
2 COPYRIGHT: "© 2016, freenode"
3 DESCRIPTION: "freenode IRC network"
4 GITHUB_URL: "https://github.com/freenode/web-7.0"
5 SOCIAL:
6 - name: Google+
7 icon: google-plus
8 link: 'https://plus.google.com/104326727082310562426'
9 - name: Twitter
10 icon: twitter
11 link: 'https://twitter.com/freenodestaff'
12 - name: Facebook
13 icon: facebook
14 link: 'https://www.facebook.com/freenode-366911233325305/'
15 FOOTER:
16 !include config/footer.yml
17 theme: templates
18 output: out
19 content-root: content
20 ignore:
21 - '.*'
22 modules:
23 - name: 'null'
24 map:
25 index: index.html
26 archive: artlist.html
27 - name: 'blog'
28 id: 'news'
29 source: news
30 root: news
31 - name: 'pages'
32 source: pages
33 root: ''
34 - name: 'faq'
35 source: kb
36 root: 'kb/answer'
37 index_root: 'kb'
38 indexes:
39 !include config/kb.yml
40 resources:
41 !include config/build.yml