Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | refactor: Extract logic to get template indent level | Alan Pearce | 2017-07-01 | -3/+6 |
| | ||||
* | Switch templating to hyperfast | Alan Pearce | 2017-07-01 | -69/+47 |
| | | | | This also means that highland is not (currently) required | |||
* | feat: Add photo to marked-up h-chard | Alan Pearce | 2017-07-01 | -4/+6 |
| | ||||
* | feat: add basic h-card to homepage header | Alan Pearce | 2017-06-30 | -4/+4 |
| | ||||
* | fix: add page title to header | Alan Pearce | 2017-06-30 | -1/+4 |
| | ||||
* | fix: Add missing doctype via stream concat | Alan Pearce | 2017-06-30 | -27/+39 |
| | | | | rheo appears to be stripping it out | |||
* | refactor: remove console.log | Alan Pearce | 2017-06-30 | -56/+57 |
| | ||||
* | feat: beautify HTML output | Alan Pearce | 2017-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 layout | Alan Pearce | 2017-06-25 | -2/+2 |
| | ||||
* | refactor: move markdown rendering to domain | Alan Pearce | 2017-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 type | Alan Pearce | 2017-06-24 | -3/+3 |
| | ||||
* | refactor: re-architect to be closer to ADR | Alan Pearce | 2017-06-24 | -1/+2 |
| | ||||
* | refactor: separate app, responders | Alan Pearce | 2017-06-24 | -0/+76 |