]> jfr.im git - irc/freenode/web-7.0.git/blob - config.yml
Merge pull request #108 from freenode/404
[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 '404': 404.html
28 - name: 'blog'
29 id: 'news'
30 source: news
31 root: news
32 - name: 'pages'
33 source: pages
34 root: ''
35 - name: 'faq'
36 source: kb
37 root: 'kb/answer'
38 index_root: 'kb'
39 indexes:
40 !include config/faq.yml
41 resources:
42 !include config/build.yml