summary refs log tree commit diff stats
path: root/src/app.js
Commit message (Collapse)AuthorAgeLines
* Allow config file to be specified 2017Alan Pearce2017-10-08-9/+7
| | | | | | 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.
* Add tags listingAlan Pearce2017-10-03-0/+2
|
* Reify taxonomies into just tags.Alan Pearce2017-10-03-7/+5
| | | | I'm probably not going to need anything else, and this makes it a lot clearer
* feat: Create feed handler for rootAlan Pearce2017-07-20-0/+13
|
* refactor: assign responders to actions via front controllerAlan Pearce2017-07-08-4/+13
|
* feat: Add posts listingAlan Pearce2017-07-04-0/+2
|
* feat: Add code block highlightingAlan Pearce2017-07-03-21/+29
| | | | Theme is configurable
* feat: Use microformats classesAlan Pearce2017-07-02-17/+19
| | | | | Add snapshot-based tests to ensure microformats data can be extracted correctly.
* feat: add some security with helmetAlan Pearce2017-06-24-0/+10
|
* refactor: re-architect to be closer to ADRAlan Pearce2017-06-24-43/+11
|
* refactor: separate app, respondersAlan Pearce2017-06-24-0/+65