X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/5ef311306dbb90aad1cc774c0ea50d2f8ae8a55e..d442a653574db921d87e6dd660fd23c86983c3e7:/config.yml diff --git a/config.yml b/config.yml index 1530c807e..6ebd459b4 100644 --- a/config.yml +++ b/config.yml @@ -1,12 +1,41 @@ name: freenode +COPYRIGHT: "© 2016, freenode" +DESCRIPTION: "freenode IRC network" +GITHUB_URL: "https://github.com/freenode/web-7.0" +SOCIAL: + - name: Google+ + icon: google-plus + link: 'https://plus.google.com/104326727082310562426' + - 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: 'pages' + source: pages + root: '' + - name: 'faq' + source: kb + root: 'kb/answer' + index_root: 'kb' + indexes: + !include config/kb.yml +resources: + !include config/build.yml