Mercurial > piecrust2
diff docs/config.yml @ 1053:94d7d5e38571
docs: Upgrade to Bootstrap 4 and Sass.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 28 Jan 2018 21:22:03 -0800 |
parents | 922092c6eb8a |
children | 7df13cff0b04 |
line wrap: on
line diff
--- a/docs/config.yml Sun Jan 28 21:21:32 2018 -0800 +++ b/docs/config.yml Sun Jan 28 21:22:03 2018 -0800 @@ -5,6 +5,9 @@ tagline: Freshly baked sites & documents since 2006 description: A static website generator and flat-file CMS pretty_urls: true + default_format: pymarkdown + auto_formats: + md: pymarkdown sources: docs: type: ordered @@ -38,14 +41,8 @@ css_class: highlight guess_lang: false -# Need Foundation for CSS/JS. Install with Bower. +# Need Bootstrap. sass: load_paths: - - bower_components/foundation/scss + - ../node_modules/bootstrap/scss -# Using the Sass compiler directly now, but here's how it would look -# like if we were using the whole Compass machinery instead. -compass: - enable: false - options: --css-dir %out_dir%/css --generated-images-path %out_dir%/img -