X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/8e62cb06b5b64807ad7dffa5bb86cb4246aaeebf..53d11b6984491d6cde57e30b565fc8156b8aa830:/config.yml diff --git a/config.yml b/config.yml index cc861622e..8ddb08809 100644 --- a/config.yml +++ b/config.yml @@ -11,3 +11,20 @@ modules: 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, --] + source: static/css + output: out/static/css