Mercurial > piecrust2
view tests/bakes/test_special_root.yaml @ 702:c62d83e17abf
bake: Some more optimizations.
Write the output files in a background thread to get away from the GIL.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 16 Apr 2016 22:50:07 -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/'