Mercurial > piecrust2
comparison docs/config.yml @ 1074:7df13cff0b04
docs: Fix default formatter.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 15 Feb 2018 18:35:53 -0800 |
parents | 94d7d5e38571 |
children | 40228511d600 |
comparison
equal
deleted
inserted
replaced
1073:cb01131dedf5 | 1074:7df13cff0b04 |
---|---|
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 | |
11 sources: | 8 sources: |
12 docs: | 9 docs: |
13 type: ordered | 10 type: ordered |
14 data_endpoint: site.docs | 11 data_endpoint: site.docs |
15 default_layout: doc | 12 default_layout: doc |