summary refs log tree commit diff stats
path: root/test
Commit message (Collapse)AuthorAgeLines
* feat: add basic h-card to homepage headerAlan Pearce2017-06-30-4/+33
|
* fix: add page title to headerAlan Pearce2017-06-30-0/+1
|
* fix: Add missing doctype via stream concatAlan Pearce2017-06-30-0/+2
| | | | rheo appears to be stripping it out
* test: Use cheerio for DOM testingAlan Pearce2017-06-30-7/+26
|
* feat: load config from cwd and merge with defaultsAlan Pearce2017-06-30-41/+45
|
* test: ensure 404s workAlan Pearce2017-06-24-0/+15
|
* refactor: re-architect to be closer to ADRAlan Pearce2017-06-24-49/+23
|
* refactor: separate app, respondersAlan Pearce2017-06-24-1/+1
|
* feat: Streaming DOM templates via rheoAlan Pearce2017-06-23-1/+1
|
* feat: make templates extend common layoutAlan Pearce2017-06-18-0/+1
|
* feat: make taxonomies configurableAlan Pearce2017-06-18-1/+1
| | | | Add "tag" and "category" as defaults
* feat: use configly/TOML for configurationAlan Pearce2017-06-18-1/+3
|
* feat(posts): render posts as markdownAlan Pearce2017-06-18-1/+1
|
* refactor: move tag indexing of posts to PostsAlan Pearce2017-06-18-3/+18
|
* feat: add tags endpointAlan Pearce2017-06-18-2/+11
|
* feat: add single post endpointAlan Pearce2017-06-18-5/+16
|
* refactor: metadata -> postsAlan Pearce2017-06-18-7/+5
|
* fix(metadata): make return values consistentAlan Pearce2017-06-18-3/+3
|
* feat: Parse front matter as metadataAlan Pearce2017-06-18-3/+44
|
* Move tests to test/Alan Pearce2017-06-18-0/+12