summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeLines
* Delete bundled postAlan Pearce2017-06-30-11/+0
* feat(cli): accept argument for site directoryAlan Pearce2017-06-30-7/+13
* feat: add basic h-card to homepage headerAlan Pearce2017-06-30-11/+40
* chore: Restart ava when templates changeAlan Pearce2017-06-30-0/+5
* fix: add page title to headerAlan Pearce2017-06-30-1/+5
* chore: Install node-dev for a nicer dev serverAlan Pearce2017-06-30-5/+219
* fix: Add missing doctype via stream concatAlan Pearce2017-06-30-28/+42
* test: Use cheerio for DOM testingAlan Pearce2017-06-30-10/+81
* feat: load config from cwd and merge with defaultsAlan Pearce2017-06-30-48/+56
* refactor: remove console.logAlan Pearce2017-06-30-56/+57
* chore: Setup eslint directly for better editor integrationAlan Pearce2017-06-29-16/+223
* feat: beautify HTML outputAlan Pearce2017-06-25-7/+42
* refactor: Replace stream-array with highlandAlan Pearce2017-06-25-11/+11
* fix(responders): replace <main> from layoutAlan Pearce2017-06-25-2/+2
* refactor: move markdown rendering to domainAlan Pearce2017-06-25-2/+4
* feat: add some security with helmetAlan Pearce2017-06-24-5/+161
* style: use simpler syntax for setting response typeAlan Pearce2017-06-24-3/+3
* test: ensure 404s workAlan Pearce2017-06-24-0/+15
* text: improve wording of taxonomy 404Alan Pearce2017-06-24-5/+1
* refactor: re-architect to be closer to ADRAlan Pearce2017-06-24-116/+113
* refactor: separate app, respondersAlan Pearce2017-06-24-121/+146
* refactor: Separate templates into layout/bodyAlan Pearce2017-06-24-47/+66
* feat: Streaming DOM templates via rheoAlan Pearce2017-06-23-114/+193
* feat: add link helper to view globalsAlan Pearce2017-06-19-5/+10
* Add some basic HTMLAlan Pearce2017-06-19-4/+6
* Fix posts directory default configurationAlan Pearce2017-06-19-1/+1
* feat: Serve static files under ./staticAlan Pearce2017-06-19-4/+64
* feat: make templates extend common layoutAlan Pearce2017-06-18-1/+36
* rename 'tag' view to 'term'Alan Pearce2017-06-18-1/+2
* feat: make taxonomies configurableAlan Pearce2017-06-18-15/+39
* feat: use configly/TOML for configurationAlan Pearce2017-06-18-6/+62
* Rename templates to njkAlan Pearce2017-06-18-1/+5
* feat(posts): render posts as markdownAlan Pearce2017-06-18-5/+49
* refactor: move tag indexing of posts to PostsAlan Pearce2017-06-18-12/+33
* feat: add tags endpointAlan Pearce2017-06-18-6/+36
* feat: add single post endpointAlan Pearce2017-06-18-9/+41
* chore: ensure test files are prettierAlan Pearce2017-06-18-1/+1
* refactor(posts): Clarify what options are forAlan Pearce2017-06-18-2/+2
* refactor: metadata -> postsAlan Pearce2017-06-18-18/+13
* fix(metadata): make return values consistentAlan Pearce2017-06-18-10/+5
* chore: configure ternAlan Pearce2017-06-18-0/+8
* feat: Parse front matter as metadataAlan Pearce2017-06-18-7/+138
* Move tests to test/Alan Pearce2017-06-18-3/+3
* feat: Use nunjucks templates via koa-nunjucks-nextAlan Pearce2017-06-18-8/+47
* chore: Set up pre-commit hook for formattingAlan Pearce2017-06-18-7/+210
* chore: add editorconfig fileAlan Pearce2017-06-18-0/+10
* feat: setup basic web serverAlan Pearce2017-06-18-46/+1650
* chore: Configure formatting with prettier and standardAlan Pearce2017-06-17-27/+1147
* Initial commitAlan Pearce2017-06-17-0/+1504