summary refs log tree commit diff stats
path: root/src/index.js
Commit message (Collapse)AuthorAgeLines
* Allow config file to be specified 2017Alan Pearce2017-10-08-2/+3
| | | | | | Currently via environment variable, but for now that's fine as the only use that I can forsee is for testing, where the plumbing is more important than the interface.
* feat: Add code block highlightingAlan Pearce2017-07-03-5/+9
| | | | Theme is configurable
* feat(cli): accept argument for site directoryAlan Pearce2017-06-30-7/+12
| | | | | Add a script at the same time to enable using the test files for manual testing
* refactor: separate app, respondersAlan Pearce2017-06-24-120/+4
|
* refactor: Separate templates into layout/bodyAlan Pearce2017-06-24-11/+28
|
* feat: Streaming DOM templates via rheoAlan Pearce2017-06-23-25/+57
|
* feat: add link helper to view globalsAlan Pearce2017-06-19-4/+5
|
* feat: Serve static files under ./staticAlan Pearce2017-06-19-0/+11
|
* feat: make templates extend common layoutAlan Pearce2017-06-18-1/+4
|
* rename 'tag' view to 'term'Alan Pearce2017-06-18-1/+2
|
* feat: make taxonomies configurableAlan Pearce2017-06-18-7/+14
| | | | Add "tag" and "category" as defaults
* feat: use configly/TOML for configurationAlan Pearce2017-06-18-3/+5
|
* Rename templates to njkAlan Pearce2017-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 markdownAlan Pearce2017-06-18-1/+3
|
* refactor: move tag indexing of posts to PostsAlan Pearce2017-06-18-8/+1
|
* feat: add tags endpointAlan Pearce2017-06-18-0/+16
|
* feat: add single post endpointAlan Pearce2017-06-18-2/+10
|
* refactor: metadata -> postsAlan Pearce2017-06-18-3/+3
|
* feat: Parse front matter as metadataAlan Pearce2017-06-18-1/+6
|
* feat: Use nunjucks templates via koa-nunjucks-nextAlan Pearce2017-06-18-4/+6
|
* feat: setup basic web serverAlan Pearce2017-06-18-0/+25
|
* Initial commitAlan Pearce2017-06-17-0/+0