X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/5799f0603aa53a17a661c4f6a0f67c7e09a2a94c..0fa3bf9395a1c0af63d3f283486a4f87889195d6:/config.yml diff --git a/config.yml b/config.yml index f0b1e0b9a..6ebd459b4 100644 --- a/config.yml +++ b/config.yml @@ -12,9 +12,13 @@ SOCIAL: - 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: @@ -25,23 +29,13 @@ modules: source: news root: news - name: 'pages' - id: 'pages' source: pages - root: pages + root: '' + - name: 'faq' + source: kb + root: 'kb/answer' + index_root: 'kb' + indexes: + !include config/kb.yml resources: - - command: [cat] - source: static/fonts - output: out/static/fonts - - command: [cat] - source: static/img - output: out/static/img - recursive: True - pattern: '*.png' - - command: [svgo, -p, '7', -i, -, -o, -] - source: static/img - output: out/static/img - recursive: True - pattern: '*.svg' - - command: [myth, --compress, --] - source: static/css - output: out/static/css + !include config/build.yml