summary refs log tree commit diff stats
path: root/package.json
Commit message (Collapse)AuthorAgeLines
* chore: Update predentationAlan Pearce2017-07-11-1/+1
| | | | My PR was merged, so I can use upstream again
* feat: Add code block highlightingAlan Pearce2017-07-03-0/+3
| | | | Theme is configurable
* feat: Use microformats classesAlan Pearce2017-07-02-1/+2
| | | | | Add snapshot-based tests to ensure microformats data can be extracted correctly.
* feat(taxon): Show taxonomy term in titleAlan Pearce2017-07-01-0/+1
|
* Switch templating to hyperfastAlan Pearce2017-07-01-2/+1
| | | | This also means that highland is not (currently) required
* feat(cli): accept argument for site directoryAlan Pearce2017-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 changeAlan Pearce2017-06-30-0/+5
|
* chore: Install node-dev for a nicer dev serverAlan Pearce2017-06-30-0/+2
|
* test: Use cheerio for DOM testingAlan Pearce2017-06-30-0/+1
|
* chore: Setup eslint directly for better editor integrationAlan Pearce2017-06-29-0/+6
|
* feat: beautify HTML outputAlan Pearce2017-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 highlandAlan Pearce2017-06-25-1/+1
| | | | Works with more than just arrays. Iterators in particular are useful
* feat: add some security with helmetAlan Pearce2017-06-24-0/+1
|
* feat: Streaming DOM templates via rheoAlan Pearce2017-06-23-1/+2
|
* feat: Serve static files under ./staticAlan Pearce2017-06-19-0/+1
|
* feat: use configly/TOML for configurationAlan Pearce2017-06-18-1/+3
|
* feat(posts): render posts as markdownAlan Pearce2017-06-18-1/+2
|
* chore: ensure test files are prettierAlan Pearce2017-06-18-1/+1
|
* feat: Parse front matter as metadataAlan Pearce2017-06-18-1/+2
|
* Move tests to test/Alan Pearce2017-06-18-2/+2
|
* feat: Use nunjucks templates via koa-nunjucks-nextAlan Pearce2017-06-18-0/+1
|
* chore: Set up pre-commit hook for formattingAlan Pearce2017-06-18-0/+9
|
* feat: setup basic web serverAlan Pearce2017-06-18-3/+10
|
* chore: Configure formatting with prettier and standardAlan Pearce2017-06-17-3/+7
|
* Initial commitAlan Pearce2017-06-17-0/+15