Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | chore: Setup eslint directly for better editor integration | Alan Pearce | 2017-06-29 | -16/+223 |
| | ||||
* | feat: beautify HTML output | Alan Pearce | 2017-06-25 | -7/+42 |
| | | | | | | | Indent child templates according to the their place in the parent template, and likewise for rendered posts Needs refactoring | |||
* | refactor: Replace stream-array with highland | Alan Pearce | 2017-06-25 | -11/+11 |
| | | | | Works with more than just arrays. Iterators in particular are useful | |||
* | 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/+4 |
| | | | | | | | | 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 | |||
* | feat: add some security with helmet | Alan Pearce | 2017-06-24 | -5/+161 |
| | ||||
* | style: use simpler syntax for setting response type | Alan Pearce | 2017-06-24 | -3/+3 |
| | ||||
* | test: ensure 404s work | Alan Pearce | 2017-06-24 | -0/+15 |
| | ||||
* | text: improve wording of taxonomy 404 | Alan Pearce | 2017-06-24 | -5/+1 |
| | ||||
* | refactor: re-architect to be closer to ADR | Alan Pearce | 2017-06-24 | -116/+113 |
| | ||||
* | refactor: separate app, responders | Alan Pearce | 2017-06-24 | -121/+146 |
| | ||||
* | refactor: Separate templates into layout/body | Alan Pearce | 2017-06-24 | -47/+66 |
| | ||||
* | feat: Streaming DOM templates via rheo | Alan Pearce | 2017-06-23 | -114/+193 |
| | ||||
* | feat: add link helper to view globals | Alan Pearce | 2017-06-19 | -5/+10 |
| | ||||
* | Add some basic HTML | Alan Pearce | 2017-06-19 | -4/+6 |
| | ||||
* | Fix posts directory default configuration | Alan Pearce | 2017-06-19 | -1/+1 |
| | ||||
* | feat: Serve static files under ./static | Alan Pearce | 2017-06-19 | -4/+64 |
| | ||||
* | feat: make templates extend common layout | Alan Pearce | 2017-06-18 | -1/+36 |
| | ||||
* | rename 'tag' view to 'term' | Alan Pearce | 2017-06-18 | -1/+2 |
| | ||||
* | feat: make taxonomies configurable | Alan Pearce | 2017-06-18 | -15/+39 |
| | | | | Add "tag" and "category" as defaults | |||
* | feat: use configly/TOML for configuration | Alan Pearce | 2017-06-18 | -6/+62 |
| | ||||
* | Rename templates to njk | Alan Pearce | 2017-06-18 | -1/+5 |
| | | | | | It's specified in the nunjucks documentation. Using it allows editors to understand the syntax better | |||
* | feat(posts): render posts as markdown | Alan Pearce | 2017-06-18 | -5/+49 |
| | ||||
* | refactor: move tag indexing of posts to Posts | Alan Pearce | 2017-06-18 | -12/+33 |
| | ||||
* | feat: add tags endpoint | Alan Pearce | 2017-06-18 | -6/+36 |
| | ||||
* | feat: add single post endpoint | Alan Pearce | 2017-06-18 | -9/+41 |
| | ||||
* | chore: ensure test files are prettier | Alan Pearce | 2017-06-18 | -1/+1 |
| | ||||
* | refactor(posts): Clarify what options are for | Alan Pearce | 2017-06-18 | -2/+2 |
| | ||||
* | refactor: metadata -> posts | Alan Pearce | 2017-06-18 | -18/+13 |
| | ||||
* | fix(metadata): make return values consistent | Alan Pearce | 2017-06-18 | -10/+5 |
| | ||||
* | chore: configure tern | Alan Pearce | 2017-06-18 | -0/+8 |
| | ||||
* | feat: Parse front matter as metadata | Alan Pearce | 2017-06-18 | -7/+138 |
| | ||||
* | Move tests to test/ | Alan Pearce | 2017-06-18 | -3/+3 |
| | ||||
* | feat: Use nunjucks templates via koa-nunjucks-next | Alan Pearce | 2017-06-18 | -8/+47 |
| | ||||
* | chore: Set up pre-commit hook for formatting | Alan Pearce | 2017-06-18 | -7/+210 |
| | ||||
* | chore: add editorconfig file | Alan Pearce | 2017-06-18 | -0/+10 |
| | ||||
* | feat: setup basic web server | Alan Pearce | 2017-06-18 | -46/+1650 |
| | ||||
* | chore: Configure formatting with prettier and standard | Alan Pearce | 2017-06-17 | -27/+1147 |
| | ||||
* | Initial commit | Alan Pearce | 2017-06-17 | -0/+1504 |