Mercurial > piecrust2
comparison docs/config.yml @ 509:0f777870fbaf
docs: Configure fenced code blocks in Markdown with Pygments highlighting.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 26 Jul 2015 09:47:33 -0700 |
parents | 61d53d2163d6 |
children | fc761964e1a7 |
comparison
equal
deleted
inserted
replaced
508:79f03b5c1b8f | 509:0f777870fbaf |
---|---|
28 assets_dirs: | 28 assets_dirs: |
29 assets: | 29 assets: |
30 # Ignore stuff that will get concatenated into the main JS file. | 30 # Ignore stuff that will get concatenated into the main JS file. |
31 ignore: js/piecrust | 31 ignore: js/piecrust |
32 | 32 |
33 smartypants: | |
34 enable: true | |
35 | |
36 # This is 2015, come on Markdown. | 33 # This is 2015, come on Markdown. |
37 markdown: | 34 markdown: |
38 extensions: abbr, fenced_code, footnotes, smart_strong | 35 extensions: abbr, fenced_code, footnotes, smart_strong, codehilite, smarty |
36 extension_configs: | |
37 codehilite: | |
38 css_class: highlight | |
39 guess_lang: false | |
39 | 40 |
40 # Need Foundation for CSS/JS. Install with Bower. | 41 # Need Foundation for CSS/JS. Install with Bower. |
41 sass: | 42 sass: |
42 load_paths: | 43 load_paths: |
43 - bower_components/foundation/scss | 44 - bower_components/foundation/scss |