]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - config.yml
Update groupreg.md
[irc/freenode/web-7.0.git] / config.yml
index 99167d97e9811041d92a0aa64019788b6657a14f..6ebd459b45112c733062ddba9574d4c0cd41a0e8 100644 (file)
@@ -1,7 +1,24 @@
 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:
@@ -12,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