Mercurial > piecrust2
view tests/bakes/test_special_root.yaml @ 774:2bb3c1a04e98
prepare: Add ablity to run an editor program after creating the page file.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 03 Jul 2016 16:44:18 -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/'