X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/5ef311306dbb90aad1cc774c0ea50d2f8ae8a55e..bf3783fbfd0bbb4daeaa28cf613493e513f77585:/config.yml diff --git a/config.yml b/config.yml index 1530c807e..773c82ede 100644 --- a/config.yml +++ b/config.yml @@ -1,12 +1,47 @@ name: freenode +absolute-url: 'https://freenode.net/' +COPYRIGHT: "© 2016-2017, freenode" +DESCRIPTION: "freenode.net - Supporting Free and Open Source Software Communities since 1998" +GITHUB_URL: "https://github.com/freenode/web-7.0" +SOCIAL: + - name: Google+ + icon: google-plus + link: 'https://google.com/+freenode' + - name: Twitter + icon: twitter + link: 'https://twitter.com/freenodestaff' + - name: Facebook + icon: facebook + link: 'https://www.facebook.com/freenode-366911233325305/' +FOOTER: + !include config/footer.yml theme: templates output: out content-root: content +ignore: + - '.*' modules: - name: 'null' map: index: index.html + archive: artlist.html - name: 'blog' id: 'news' source: news root: news + - name: 'feed' + title: 'freenode news' + description: '' + module: 'news' + output: 'news' + - name: 'pages' + source: pages + root: '' + - name: 'faq' + source: kb + root: 'kb/answer' + index_root: 'kb' + indexes: + !include config/kb.yml +resources: + !include config/build.yml