X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/6c2a15bb41abef9d8a048f1eac6377b9ddf83163..b5f9d932228ccb1afa62d018bfb65fc8c9845701:/config.yml diff --git a/config.yml b/config.yml index 3c3b3e465..ff1f6e844 100644 --- a/config.yml +++ b/config.yml @@ -1,4 +1,5 @@ name: freenode +absolute-url: 'https://freenode.net/' COPYRIGHT: "© 2016, freenode" DESCRIPTION: "freenode IRC network" GITHUB_URL: "https://github.com/freenode/web-7.0" @@ -12,6 +13,8 @@ SOCIAL: - name: Facebook icon: facebook link: 'https://www.facebook.com/freenode-366911233325305/' +FOOTER: + !include config/footer.yml theme: templates output: out content-root: content @@ -26,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