X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/55f616d2ee2aa6e5c8d082afc8d30a8f6392c489..d8ac9fd4730aaf6ea891ad73cd4d3f523d24432e:/config.yml diff --git a/config.yml b/config.yml index 31cc5f1d2..a68bb7397 100644 --- a/config.yml +++ b/config.yml @@ -1,7 +1,25 @@ name: freenode +absolute-url: 'https://freenode.net/' +COPYRIGHT: "© 2016, freenode" +DESCRIPTION: "freenode IRC network" +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: @@ -11,14 +29,19 @@ modules: id: 'news' source: news root: news + - name: 'feed' + title: 'freenode news' + description: '' + module: 'news' + output: 'news' - name: 'pages' source: pages root: '' - name: 'faq' - source: faq - root: 'faq/answer' - index_root: 'faq' + source: kb + root: 'kb/answer' + index_root: 'kb' indexes: - !include config/faq.yml + !include config/kb.yml resources: !include config/build.yml