view tests/servings/test_theme.yaml @ 1131:32f71dbf5cb1

Added tag 3.1.1 for changeset 71627dd7d2f1
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 28 Feb 2018 20:44:23 -0800
parents 45ad976712ec
children
line wrap: on
line source

---
url: /
config:
    site:
        title: "Some Test"
in:
    theme/theme_config.yml: "name: testtheme"
    theme/pages/_index.html: "This is {{site.title}} by {{name}}"
    theme/templates/default.html: "THEME: {{content}}"
out: "THEME: This is Some Test by testtheme"
---
url: /foo.html
config:
    site:
        title: "Some Test"
    foo: bar
in:
    pages/foo.html: "This is: {{foo}} by {{name}}"
    theme/theme_config.yml: "name: testtheme"
out: "This is: bar by testtheme"