view tests/cli/test_scaffolding.yaml @ 1144:9f3e702a8a69

bake: Give unique source specs to each taxonomy or blog archive page. This prevents caching issues in some situations, leading to one tag page reusing the data from a previous tag page.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 05 Jun 2018 22:05:46 -0700
parents 4cc020ff2537
children
line wrap: on
line source

---
no_kitchen: true
args: init .
files:
    - config.yml
---
no_kitchen: true
args: init myblog
files:
    - myblog/config.yml
---
args: prepare page foobar
files:
    - kitchen/pages/foobar.md
---
args: prepare post -d 2017/01/08 new-post
files:
    - kitchen/posts/2017-01-08_new-post.md