summary refs log tree commit diff stats
path: root/src/responders.js
Commit message (Collapse)AuthorAgeLines
* feat: Create feed handler for rootAlan Pearce2017-07-20-2/+40
|
* refactor: assign responders to actions via front controllerAlan Pearce2017-07-08-3/+3
|
* fix(Responders): Don't assume templates are HTMLAlan Pearce2017-07-08-7/+7
| | | | XML feeds will be necessary for Atom or RSS feeds
* Add site descriptionAlan Pearce2017-07-05-0/+1
|
* Add rel=me linksAlan Pearce2017-07-05-1/+8
|
* Move author config to top-levelAlan Pearce2017-07-05-4/+4
|
* feat: Add posts listingAlan Pearce2017-07-04-9/+9
|
* feat: add configurable navigationAlan Pearce2017-07-02-0/+6
|
* feat: Use microformats classesAlan Pearce2017-07-02-17/+14
| | | | | Add snapshot-based tests to ensure microformats data can be extracted correctly.
* feat: Add date to postsAlan Pearce2017-07-01-5/+22
|
* fix(Responders): fix incorrect post URLsAlan Pearce2017-07-01-1/+1
|
* feat(taxon): Show taxonomy term in titleAlan Pearce2017-07-01-2/+3
|
* fix: fix combination of layout and page templatesAlan Pearce2017-07-01-1/+1
|
* refactor: Extract logic to get template indent levelAlan Pearce2017-07-01-3/+6
|
* Switch templating to hyperfastAlan Pearce2017-07-01-69/+47
| | | | This also means that highland is not (currently) required
* feat: Add photo to marked-up h-chardAlan Pearce2017-07-01-4/+6
|
* feat: add basic h-card to homepage headerAlan Pearce2017-06-30-4/+4
|
* fix: add page title to headerAlan Pearce2017-06-30-1/+4
|
* fix: Add missing doctype via stream concatAlan Pearce2017-06-30-27/+39
| | | | rheo appears to be stripping it out
* refactor: remove console.logAlan Pearce2017-06-30-56/+57
|
* feat: beautify HTML outputAlan Pearce2017-06-25-6/+31
| | | | | | | Indent child templates according to the their place in the parent template, and likewise for rendered posts Needs refactoring
* fix(responders): replace <main> from layoutAlan Pearce2017-06-25-2/+2
|
* refactor: move markdown rendering to domainAlan Pearce2017-06-25-2/+1
| | | | | | | | The input and output formats (md -> html) are specific to the domain of blogging, not really a presentation concern. This also means that markdown is rendered to HTML on startup, rather than per-request
* style: use simpler syntax for setting response typeAlan Pearce2017-06-24-3/+3
|
* refactor: re-architect to be closer to ADRAlan Pearce2017-06-24-1/+2
|
* refactor: separate app, respondersAlan Pearce2017-06-24-0/+76