X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/f30b0f1e90504444dc9401cb824f90d16a7d1708..39165c0cdb4a054d3e88773bfff0246cf5b924e7:/config.yml diff --git a/config.yml b/config.yml index 1530c807e..99167d97e 100644 --- a/config.yml +++ b/config.yml @@ -6,7 +6,29 @@ modules: - name: 'null' map: index: index.html + archive: artlist.html - name: 'blog' id: 'news' source: news root: news + - name: 'pages' + id: 'pages' + source: pages + root: pages +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