]> jfr.im git - irc/freenode/web-7.0.git/blob - config.yml
update keys
[irc/freenode/web-7.0.git] / config.yml
1 name: freenode
2 absolute-url: 'https://freenode.net/'
3 COPYRIGHT: "© 2016-2017, freenode"
4 DESCRIPTION: "freenode.net - Supporting Free and Open Source Software Communities since 1998"
5 GITHUB_URL: "https://github.com/freenode/web-7.0"
6 SOCIAL:
7 - name: Google+
8 icon: google-plus
9 link: 'https://google.com/+freenode'
10 - name: Twitter
11 icon: twitter
12 link: 'https://twitter.com/freenodestaff'
13 - name: Facebook
14 icon: facebook
15 link: 'https://www.facebook.com/freenode-366911233325305/'
16 FOOTER:
17 !include config/footer.yml
18 theme: templates
19 output: out
20 content-root: content
21 ignore:
22 - '.*'
23 modules:
24 - name: 'null'
25 map:
26 index: index.html
27 archive: artlist.html
28 - name: 'blog'
29 id: 'news'
30 source: news
31 root: news
32 - name: 'feed'
33 title: 'freenode news'
34 description: ''
35 module: 'news'
36 output: 'news'
37 - name: 'pages'
38 source: pages
39 root: ''
40 - name: 'faq'
41 source: kb
42 root: 'kb/answer'
43 index_root: 'kb'
44 indexes:
45 !include config/kb.yml
46 resources:
47 !include config/build.yml