]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - config.yml
move faq config to its own yml too
[irc/freenode/web-7.0.git] / config.yml
index 31bc8369097b41668cbc7f8c47e4402a7dac8d22..31cc5f1d294db9be288d9d67616ecf10cb1eb03d 100644 (file)
@@ -11,14 +11,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
-  - command: [myth, --]
-    source: static/css
-    output: out/static/css
+  !include config/build.yml