Mercurial > piecrust2
view tests/bakes/test_special_root.yaml @ 711:ab5c6a8ae90a
bake: Replace hard-coded taxonomy support with "generator" system.
* Taxonomies are now implemented one or more `TaxonomyGenerator`s.
* A `BlogArchivesGenerator` stub is there but non-functional.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 26 May 2016 19:52:47 -0700 |
parents | 6b6c5442c790 |
children | 45ad976712ec |
line wrap: on
line source
--- config: site: root: /~john/public/ in: pages/about.md: 'URL: {{page.url}}, LINK: {{pcurl("missing")}}' pages/_index.md: 'URL: {{page.url}}' out: about.html: 'URL: /%7Ejohn/public/about.html, LINK: /%7Ejohn/public/missing.html' index.html: 'URL: /%7Ejohn/public/'