X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/ae1412ecff7292fc8f6e1505d5b509c57b8b94f2..0e31fc6465fc311191f502df59ec8cb78e0cd929:/config.yml diff --git a/config.yml b/config.yml index 8ddb08809..01a866f3e 100644 --- a/config.yml +++ b/config.yml @@ -1,4 +1,17 @@ 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/' theme: templates output: out content-root: content @@ -11,20 +24,14 @@ modules: id: 'news' source: news root: news + - name: 'pages' + source: pages + root: '' + - name: 'faq' + source: faq + root: 'faq/answer' + index_root: 'faq' + indexes: + !include config/faq.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, --] - source: static/css - output: out/static/css + !include config/build.yml