Mercurial > piecrust2
view tests/bakes/test_theme_site.yaml @ 842:a85d08ffe1f6
admin: Fix crash when running `admin run` outside of a website.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 19 Feb 2017 22:04:33 -0800 |
parents | 3df808b133f8 |
children | 45ad976712ec |
line wrap: on
line source
--- theme_config: site: title: "Some Test Theme" in: pages/foo.md: "This is: {{site.title}}" outfiles: foo.html: "This is: Some Test Theme" --- theme_config: site: title: "Some Test Theme" in: pages/foo.md: "This is: {{foo}}" configs/theme_preview.yml: "foo: bar" outfiles: foo.html: "This is: bar"