]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - config.yml
trying a small palette variation
[irc/freenode/web-7.0.git] / config.yml
index 1530c807ec762672e28b0723934c6f3928121d7d..9e817eb542052696e9997be60c93a95af6233cf9 100644 (file)
@@ -6,7 +6,25 @@ modules:
   - name: 'null'
     map:
       index: index.html
+      archive: artlist.html
   - name: 'blog'
     id: 'news'
     source: news
     root: news
+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