tylerbutler / engineer

A static website generator written in Python.
http://engineer.readthedocs.org/
MIT License
25 stars 3 forks source link

Wildcard support for nav contexts #11

Closed tylerbutler closed 4 years ago

tylerbutler commented 12 years ago

Original idea for this was specifically for template pages that might be nested within folders. I.e. if you had a bunch of project pages in a projects folder you could just make your template context be projects/*.

Perhaps there can be multiple contexts per page? For example, a list of contexts like [post, 'post title', 'post date'] etc?