view tests/bakes/test_data_provider.yaml @ 706:e67da1f7293b

admin: Add support for `.well-known` folder.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 14 May 2016 18:18:54 -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
        /