view tests/bakes/test_theme_site.yaml @ 888:2b0fa2e4c12f

admin: Make the admin panel work under a non-rooted URL.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 02 Jul 2017 22:14:51 -0700
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"