Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | test: ensure 404s work | Alan Pearce | 2017-06-24 | -0/+15 |
* | refactor: re-architect to be closer to ADR | Alan Pearce | 2017-06-24 | -49/+23 |
* | refactor: separate app, responders | Alan Pearce | 2017-06-24 | -1/+1 |
* | feat: Streaming DOM templates via rheo | Alan Pearce | 2017-06-23 | -1/+1 |
* | feat: make templates extend common layout | Alan Pearce | 2017-06-18 | -0/+1 |
* | feat: make taxonomies configurable | Alan Pearce | 2017-06-18 | -1/+1 |
* | feat: use configly/TOML for configuration | Alan Pearce | 2017-06-18 | -1/+3 |
* | feat(posts): render posts as markdown | Alan Pearce | 2017-06-18 | -1/+1 |
* | refactor: move tag indexing of posts to Posts | Alan Pearce | 2017-06-18 | -3/+18 |
* | feat: add tags endpoint | Alan Pearce | 2017-06-18 | -2/+11 |
* | feat: add single post endpoint | Alan Pearce | 2017-06-18 | -5/+16 |
* | refactor: metadata -> posts | Alan Pearce | 2017-06-18 | -7/+5 |
* | fix(metadata): make return values consistent | Alan Pearce | 2017-06-18 | -3/+3 |
* | feat: Parse front matter as metadata | Alan Pearce | 2017-06-18 | -3/+44 |
* | Move tests to test/ | Alan Pearce | 2017-06-18 | -0/+12 |