summary refs log tree commit diff stats
path: root/test
Commit message (Collapse)AuthorAgeLines
* Reify taxonomies into just tags.Alan Pearce2017-10-03-5/+1
| | | | I'm probably not going to need anything else, and this makes it a lot clearer
* feat: Create feed handler for rootAlan Pearce2017-07-20-0/+13
|
* Add site descriptionAlan Pearce2017-07-05-0/+12
|
* Add rel=me linksAlan Pearce2017-07-05-10/+79
|
* feat: Add posts listingAlan Pearce2017-07-04-1/+98
|
* feat: Add code block highlightingAlan Pearce2017-07-03-24/+83
| | | | Theme is configurable
* feat: add configurable navigationAlan Pearce2017-07-02-1/+7
|
* test: Remove duplicated test assertionsAlan Pearce2017-07-02-10/+0
|
* feat: Use microformats classesAlan Pearce2017-07-02-134/+274
| | | | | Add snapshot-based tests to ensure microformats data can be extracted correctly.
* feat: Add date to postsAlan Pearce2017-07-01-0/+25
|
* test: Ensure pages are utf-8 HTMLAlan Pearce2017-07-01-0/+3
|
* test: add description to basic testsAlan Pearce2017-07-01-11/+36
|
* fix(Responders): fix incorrect post URLsAlan Pearce2017-07-01-0/+2
|
* feat(taxon): Show taxonomy term in titleAlan Pearce2017-07-01-2/+6
|
* Switch templating to hyperfastAlan Pearce2017-07-01-0/+1
| | | | This also means that highland is not (currently) required
* feat: Add photo to marked-up h-chardAlan Pearce2017-07-01-1/+3
|
* 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