summary refs log tree commit diff stats
path: root/src/modules
Commit message (Collapse)AuthorAgeLines
* feat: load config from cwd and merge with defaultsAlan Pearce2017-06-30-7/+11
|
* refactor: re-architect to be closer to ADRAlan Pearce2017-06-24-88/+12
|
* feat: make taxonomies configurableAlan Pearce2017-06-18-6/+18
| | | | Add "tag" and "category" as defaults
* feat: use configly/TOML for configurationAlan Pearce2017-06-18-0/+10
|
* feat(posts): render posts as markdownAlan Pearce2017-06-18-1/+14
|
* refactor: move tag indexing of posts to PostsAlan Pearce2017-06-18-1/+14
|
* feat: add tags endpointAlan Pearce2017-06-18-4/+6
|
* feat: add single post endpointAlan Pearce2017-06-18-1/+11
|
* refactor(posts): Clarify what options are forAlan Pearce2017-06-18-2/+2
|
* refactor: metadata -> postsAlan Pearce2017-06-18-8/+5
|
* fix(metadata): make return values consistentAlan Pearce2017-06-18-7/+2
|
* feat: Parse front matter as metadataAlan Pearce2017-06-18-0/+46