]> jfr.im git - irc/freenode/web-7.0.git/blame_incremental - config.yml
add timezone. (kludge)
[irc/freenode/web-7.0.git] / config.yml
... / ...
CommitLineData
1name: freenode
2COPYRIGHT: "© 2016, freenode"
3DESCRIPTION: "freenode IRC network"
4GITHUB_URL: "https://github.com/freenode/web-7.0"
5SOCIAL:
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/'
15FOOTER:
16 !include config/footer.yml
17theme: templates
18output: out
19content-root: content
20ignore:
21 - '.*'
22modules:
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
40resources:
41 !include config/build.yml