summary refs log tree commit diff stats
path: root/test/app.test.js
Commit message (Collapse)AuthorAgeLines
* feat: Create feed handler for rootAlan Pearce2017-07-20-0/+13
|
* Add rel=me linksAlan Pearce2017-07-05-4/+9
|
* feat: Add posts listingAlan Pearce2017-07-04-0/+31
|
* feat: Add code block highlightingAlan Pearce2017-07-03-4/+18
| | | | Theme is configurable
* feat: add configurable navigationAlan Pearce2017-07-02-0/+2
|
* test: Remove duplicated test assertionsAlan Pearce2017-07-02-10/+0
|
* feat: Use microformats classesAlan Pearce2017-07-02-127/+100
| | | | | Add snapshot-based tests to ensure microformats data can be extracted correctly.
* feat: Add date to postsAlan Pearce2017-07-01-0/+23
|
* 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-6/+23
|
* feat: load config from cwd and merge with defaultsAlan Pearce2017-06-30-25/+25
|
* test: ensure 404s workAlan Pearce2017-06-24-0/+15
|
* refactor: separate app, respondersAlan Pearce2017-06-24-0/+34