Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | feat(cli): accept argument for site directory | Alan Pearce | 2017-06-30 | -7/+12 |
| | | | | | Add a script at the same time to enable using the test files for manual testing | |||
* | refactor: separate app, responders | Alan Pearce | 2017-06-24 | -120/+4 |
| | ||||
* | refactor: Separate templates into layout/body | Alan Pearce | 2017-06-24 | -11/+28 |
| | ||||
* | feat: Streaming DOM templates via rheo | Alan Pearce | 2017-06-23 | -25/+57 |
| | ||||
* | feat: add link helper to view globals | Alan Pearce | 2017-06-19 | -4/+5 |
| | ||||
* | feat: Serve static files under ./static | Alan Pearce | 2017-06-19 | -0/+11 |
| | ||||
* | feat: make templates extend common layout | Alan Pearce | 2017-06-18 | -1/+4 |
| | ||||
* | rename 'tag' view to 'term' | Alan Pearce | 2017-06-18 | -1/+2 |
| | ||||
* | feat: make taxonomies configurable | Alan Pearce | 2017-06-18 | -7/+14 |
| | | | | Add "tag" and "category" as defaults | |||
* | feat: use configly/TOML for configuration | Alan Pearce | 2017-06-18 | -3/+5 |
| | ||||
* | 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 | -1/+3 |
| | ||||
* | refactor: move tag indexing of posts to Posts | Alan Pearce | 2017-06-18 | -8/+1 |
| | ||||
* | feat: add tags endpoint | Alan Pearce | 2017-06-18 | -0/+16 |
| | ||||
* | feat: add single post endpoint | Alan Pearce | 2017-06-18 | -2/+10 |
| | ||||
* | refactor: metadata -> posts | Alan Pearce | 2017-06-18 | -3/+3 |
| | ||||
* | feat: Parse front matter as metadata | Alan Pearce | 2017-06-18 | -1/+6 |
| | ||||
* | feat: Use nunjucks templates via koa-nunjucks-next | Alan Pearce | 2017-06-18 | -4/+6 |
| | ||||
* | feat: setup basic web server | Alan Pearce | 2017-06-18 | -0/+25 |
| | ||||
* | Initial commit | Alan Pearce | 2017-06-17 | -0/+0 |