view tests/bakes/test_variant.yaml @ 473:eb3ace870708 2.0.0a13

bake: Fix a bug with copying assets when `pretty_urls` are disabled. Added unit tests.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 14 Jul 2015 23:59:08 -0700
parents 456db44dcc53
children 81d9c3a3a0b5
line wrap: on
line source

---
config:
    what: not good
    variants:
        test:
            what: awesome
config_variant: test
in:
    pages/_index.md: 'This is {{what}}.'
out:
    index.html: 'This is awesome.'
---
config:
    what: not good
config_values:
    what: awesome
in:
    pages/_index.md: 'This is {{what}}.'
out:
    index.html: 'This is awesome.'