]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - config.yml
Update 2017-07-13-live-cfp
[irc/freenode/web-7.0.git] / config.yml
index 51ddf2fe2646c9b62c3430cc9779aeca4e1aea8f..a68bb7397a133b4915f2759b1a4e9dd611685ad6 100644 (file)
@@ -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,41 +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:
-      chat:
-        title: 'Chat'
-        cats: [connect]
-        promote:
-          - name: faq/connect/chat
-            caption: Chat
-            icon: comment
-          - name: faq/connect/chat
-            caption: Chat
-            icon: comment
-          - name: faq/connect/chat
-            caption: Chat
-            icon: comment
+      !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