summary refs log tree commit diff stats
path: root/src/modules
Commit message (Collapse)AuthorAgeLines
* Allow config file to be specified 2017Alan Pearce2017-10-08-5/+6
| | | | | | Currently via environment variable, but for now that's fine as the only use that I can forsee is for testing, where the plumbing is more important than the interface.
* feat: Add code block highlightingAlan Pearce2017-07-03-6/+18
| | | | Theme is configurable
* 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