Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Switch templating to hyperfast | Alan Pearce | 2017-07-01 | -0/+1 |
| | | | | This also means that highland is not (currently) required | |||
* | feat: Add photo to marked-up h-chard | Alan Pearce | 2017-07-01 | -1/+3 |
| | ||||
* | feat: add basic h-card to homepage header | Alan Pearce | 2017-06-30 | -4/+33 |
| | ||||
* | fix: add page title to header | Alan Pearce | 2017-06-30 | -0/+1 |
| | ||||
* | fix: Add missing doctype via stream concat | Alan Pearce | 2017-06-30 | -0/+2 |
| | | | | rheo appears to be stripping it out | |||
* | test: Use cheerio for DOM testing | Alan Pearce | 2017-06-30 | -7/+26 |
| | ||||
* | feat: load config from cwd and merge with defaults | Alan Pearce | 2017-06-30 | -41/+45 |
| | ||||
* | 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 |
| | | | | Add "tag" and "category" as defaults | |||
* | 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 |