view tests/bakes/test_data_provider.yaml @ 688:e86568a7434d

cm: Ignore bdist output directory.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 14 Mar 2016 21:40:00 -0700
parents 894d286b348f
children 42efc3634763
line wrap: on
line source

---
in:
    pages/foo.md: |
        Foo!
    pages/bar.md: |
        Bar!
    pages/allpages.md: |
        {% for p in site.pages -%}
        {{p.url}}
        {% endfor %}
outfiles:
    allpages.html: |
        /allpages.html
        /bar.html
        /foo.html
        /