Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | feat: Create feed handler for root | Alan Pearce | 2017-07-20 | -0/+13 |
| | ||||
* | Add rel=me links | Alan Pearce | 2017-07-05 | -4/+9 |
| | ||||
* | feat: Add posts listing | Alan Pearce | 2017-07-04 | -0/+31 |
| | ||||
* | feat: Add code block highlighting | Alan Pearce | 2017-07-03 | -4/+18 |
| | | | | Theme is configurable | |||
* | feat: add configurable navigation | Alan Pearce | 2017-07-02 | -0/+2 |
| | ||||
* | test: Remove duplicated test assertions | Alan Pearce | 2017-07-02 | -10/+0 |
| | ||||
* | feat: Use microformats classes | Alan Pearce | 2017-07-02 | -127/+100 |
| | | | | | Add snapshot-based tests to ensure microformats data can be extracted correctly. | |||
* | feat: Add date to posts | Alan Pearce | 2017-07-01 | -0/+23 |
| | ||||
* | test: Ensure pages are utf-8 HTML | Alan Pearce | 2017-07-01 | -0/+3 |
| | ||||
* | test: add description to basic tests | Alan Pearce | 2017-07-01 | -11/+36 |
| | ||||
* | fix(Responders): fix incorrect post URLs | Alan Pearce | 2017-07-01 | -0/+2 |
| | ||||
* | feat(taxon): Show taxonomy term in title | Alan Pearce | 2017-07-01 | -2/+6 |
| | ||||
* | 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 | -6/+23 |
| | ||||
* | feat: load config from cwd and merge with defaults | Alan Pearce | 2017-06-30 | -25/+25 |
| | ||||
* | test: ensure 404s work | Alan Pearce | 2017-06-24 | -0/+15 |
| | ||||
* | refactor: separate app, responders | Alan Pearce | 2017-06-24 | -0/+34 |