summary refs log tree commit diff stats
path: root/src/domain
Commit message (Collapse)AuthorAgeLines
* feat: beautify HTML outputAlan Pearce2017-06-25-1/+5
| | | | | | | Indent child templates according to the their place in the parent template, and likewise for rendered posts Needs refactoring
* refactor: move markdown rendering to domainAlan Pearce2017-06-25-0/+3
| | | | | | | | 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
* refactor: re-architect to be closer to ADRAlan Pearce2017-06-24-0/+74