]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - config.yml
Merge pull request #71 from emersonveenstra/issue-70
[irc/freenode/web-7.0.git] / config.yml
index f0b1e0b9af53d22dd5bc12e2ac8423d93f759df2..3c3b3e465507868d05a3133ad2ed4e1bda594962 100644 (file)
@@ -15,6 +15,8 @@ SOCIAL:
 theme: templates
 output: out
 content-root: content
+ignore:
+  - '.*'
 modules:
   - name: 'null'
     map:
@@ -25,23 +27,13 @@ modules:
     source: news
     root: news
   - name: 'pages'
-    id: 'pages'
     source: pages
-    root: 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, --compress, --]
-    source: static/css
-    output: out/static/css
+  !include config/build.yml