summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeLines
* rename 'tag' view to 'term'Alan Pearce2017-06-18-1/+2
|
* feat: make taxonomies configurableAlan Pearce2017-06-18-13/+32
| | | | Add "tag" and "category" as defaults
* feat: use configly/TOML for configurationAlan Pearce2017-06-18-3/+15
|
* Rename templates to njkAlan Pearce2017-06-18-1/+5
| | | | | It's specified in the nunjucks documentation. Using it allows editors to understand the syntax better
* feat(posts): render posts as markdownAlan Pearce2017-06-18-3/+18
|
* refactor: move tag indexing of posts to PostsAlan Pearce2017-06-18-9/+15
|
* feat: add tags endpointAlan Pearce2017-06-18-4/+25
|
* feat: add single post endpointAlan Pearce2017-06-18-4/+25
|
* refactor(posts): Clarify what options are forAlan Pearce2017-06-18-2/+2
|
* refactor: metadata -> postsAlan Pearce2017-06-18-11/+8
|
* fix(metadata): make return values consistentAlan Pearce2017-06-18-7/+2
|
* feat: Parse front matter as metadataAlan Pearce2017-06-18-1/+56
|
* Move tests to test/Alan Pearce2017-06-18-12/+0
|
* feat: Use nunjucks templates via koa-nunjucks-nextAlan Pearce2017-06-18-4/+7
|
* feat: setup basic web serverAlan Pearce2017-06-18-0/+37
|
* Initial commitAlan Pearce2017-06-17-0/+0