]> jfr.im git - irc/freenode/web-7.0.git/blob - config.yml
Add 2020-11-28-chanserv-cloak-changes.md (#476)
[irc/freenode/web-7.0.git] / config.yml
1 name: freenode
2 absolute-url: 'https://freenode.net/'
3 COPYRIGHT: "© 2016-2020, 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: Twitter
8 icon: twitter
9 link: 'https://twitter.com/freenodestaff'
10 - name: Facebook
11 icon: facebook
12 link: 'https://www.facebook.com/freenode-366911233325305/'
13 FOOTER:
14 !include config/footer.yml
15 theme: templates
16 output: out
17 content-root: content
18 ignore:
19 - '.*'
20 modules:
21 - name: 'null'
22 map:
23 index: index.html
24 archive: artlist.html
25 - name: 'blog'
26 id: 'news'
27 source: news
28 root: news
29 - name: 'feed'
30 title: 'freenode news'
31 description: ''
32 module: 'news'
33 output: 'news'
34 - name: 'pages'
35 source: pages
36 root: ''
37 - name: 'faq'
38 source: kb
39 root: 'kb/answer'
40 index_root: 'kb'
41 indexes:
42 !include config/kb.yml
43 resources:
44 !include config/build.yml