Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | feat: Use microformats classes | Alan Pearce | 2017-07-02 | -1/+2 |
| | | | | | Add snapshot-based tests to ensure microformats data can be extracted correctly. | |||
* | feat(taxon): Show taxonomy term in title | Alan Pearce | 2017-07-01 | -0/+1 |
| | ||||
* | Switch templating to hyperfast | Alan Pearce | 2017-07-01 | -2/+1 |
| | | | | This also means that highland is not (currently) required | |||
* | feat(cli): accept argument for site directory | Alan Pearce | 2017-06-30 | -0/+1 |
| | | | | | Add a script at the same time to enable using the test files for manual testing | |||
* | chore: Restart ava when templates change | Alan Pearce | 2017-06-30 | -0/+5 |
| | ||||
* | chore: Install node-dev for a nicer dev server | Alan Pearce | 2017-06-30 | -0/+2 |
| | ||||
* | test: Use cheerio for DOM testing | Alan Pearce | 2017-06-30 | -0/+1 |
| | ||||
* | chore: Setup eslint directly for better editor integration | Alan Pearce | 2017-06-29 | -0/+6 |
| | ||||
* | feat: beautify HTML output | Alan Pearce | 2017-06-25 | -0/+1 |
| | | | | | | | 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 | -1/+1 |
| | | | | Works with more than just arrays. Iterators in particular are useful | |||
* | feat: add some security with helmet | Alan Pearce | 2017-06-24 | -0/+1 |
| | ||||
* | feat: Streaming DOM templates via rheo | Alan Pearce | 2017-06-23 | -1/+2 |
| | ||||
* | feat: Serve static files under ./static | Alan Pearce | 2017-06-19 | -0/+1 |
| | ||||
* | feat: use configly/TOML for configuration | Alan Pearce | 2017-06-18 | -1/+3 |
| | ||||
* | feat(posts): render posts as markdown | Alan Pearce | 2017-06-18 | -1/+2 |
| | ||||
* | chore: ensure test files are prettier | Alan Pearce | 2017-06-18 | -1/+1 |
| | ||||
* | feat: Parse front matter as metadata | Alan Pearce | 2017-06-18 | -1/+2 |
| | ||||
* | Move tests to test/ | Alan Pearce | 2017-06-18 | -2/+2 |
| | ||||
* | feat: Use nunjucks templates via koa-nunjucks-next | Alan Pearce | 2017-06-18 | -0/+1 |
| | ||||
* | chore: Set up pre-commit hook for formatting | Alan Pearce | 2017-06-18 | -0/+9 |
| | ||||
* | feat: setup basic web server | Alan Pearce | 2017-06-18 | -3/+10 |
| | ||||
* | chore: Configure formatting with prettier and standard | Alan Pearce | 2017-06-17 | -3/+7 |
| | ||||
* | Initial commit | Alan Pearce | 2017-06-17 | -0/+15 |