Mercurial > piecrust2
comparison docs/config.yml @ 667:fc761964e1a7
docs: Use new config variants format.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 03 Mar 2016 20:23:14 -0800 |
parents | 0f777870fbaf |
children | 922092c6eb8a |
comparison
equal
deleted
inserted
replaced
666:81d9c3a3a0b5 | 667:fc761964e1a7 |
---|---|
47 # like if we were using the whole Compass machinery instead. | 47 # like if we were using the whole Compass machinery instead. |
48 compass: | 48 compass: |
49 enable: false | 49 enable: false |
50 options: --css-dir %out_dir%/css --generated-images-path %out_dir%/img | 50 options: --css-dir %out_dir%/css --generated-images-path %out_dir%/img |
51 | 51 |
52 # Config variants. | |
53 variants: | |
54 # Enable compressors when baking the docs for publishing. | |
55 dist: | |
56 site: | |
57 root: /piecrust/v2/ | |
58 baker: | |
59 assets_dirs: | |
60 assets: | |
61 processors: all | |
62 |