Mercurial > piecrust2
comparison 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 |
comparison
equal
deleted
inserted
replaced
1052:f8572df0756e | 1053:94d7d5e38571 |
---|---|
3 title: PieCrust | 3 title: PieCrust |
4 author: Ludovic Chabant | 4 author: Ludovic Chabant |
5 tagline: Freshly baked sites & documents since 2006 | 5 tagline: Freshly baked sites & documents since 2006 |
6 description: A static website generator and flat-file CMS | 6 description: A static website generator and flat-file CMS |
7 pretty_urls: true | 7 pretty_urls: true |
8 default_format: pymarkdown | |
9 auto_formats: | |
10 md: pymarkdown | |
8 sources: | 11 sources: |
9 docs: | 12 docs: |
10 type: ordered | 13 type: ordered |
11 data_endpoint: site.docs | 14 data_endpoint: site.docs |
12 default_layout: doc | 15 default_layout: doc |
36 extension_configs: | 39 extension_configs: |
37 codehilite: | 40 codehilite: |
38 css_class: highlight | 41 css_class: highlight |
39 guess_lang: false | 42 guess_lang: false |
40 | 43 |
41 # Need Foundation for CSS/JS. Install with Bower. | 44 # Need Bootstrap. |
42 sass: | 45 sass: |
43 load_paths: | 46 load_paths: |
44 - bower_components/foundation/scss | 47 - ../node_modules/bootstrap/scss |
45 | 48 |
46 # Using the Sass compiler directly now, but here's how it would look | |
47 # like if we were using the whole Compass machinery instead. | |
48 compass: | |
49 enable: false | |
50 options: --css-dir %out_dir%/css --generated-images-path %out_dir%/img | |
51 |