Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Upgrade major packages | Alan Pearce | 2017-10-02 | -168/+284 |
| | ||||
* | chore: Update wild packages (except cheerio) | Alan Pearce | 2017-10-02 | -58/+143 |
| | | | | cheerio seems to break microformats-node. I'll check it out later | |||
* | feat: Create feed handler for root | Alan Pearce | 2017-07-20 | -31/+103 |
| | ||||
* | chore: Update predentation | Alan Pearce | 2017-07-11 | -4/+4 |
| | | | | My PR was merged, so I can use upstream again | |||
* | refactor: assign responders to actions via front controller | Alan Pearce | 2017-07-08 | -16/+32 |
| | ||||
* | fix(Responders): Don't assume templates are HTML | Alan Pearce | 2017-07-08 | -7/+7 |
| | | | | XML feeds will be necessary for Atom or RSS feeds | |||
* | Add site description | Alan Pearce | 2017-07-05 | -0/+15 |
| | ||||
* | Add rel=me links | Alan Pearce | 2017-07-05 | -11/+102 |
| | ||||
* | Move author config to top-level | Alan Pearce | 2017-07-05 | -8/+8 |
| | ||||
* | feat: Add posts listing | Alan Pearce | 2017-07-04 | -11/+118 |
| | ||||
* | feat: Add code block highlighting | Alan Pearce | 2017-07-03 | -75/+312 |
| | | | | Theme is configurable | |||
* | feat: add configurable navigation | Alan Pearce | 2017-07-02 | -1/+22 |
| | ||||
* | test: Remove duplicated test assertions | Alan Pearce | 2017-07-02 | -10/+0 |
| | ||||
* | feat: Use microformats classes | Alan Pearce | 2017-07-02 | -329/+518 |
| | | | | | Add snapshot-based tests to ensure microformats data can be extracted correctly. | |||
* | feat: Add date to posts | Alan Pearce | 2017-07-01 | -5/+50 |
| | ||||
* | test: Ensure pages are utf-8 HTML | Alan Pearce | 2017-07-01 | -0/+3 |
| | ||||
* | test: add description to basic tests | Alan Pearce | 2017-07-01 | -11/+36 |
| | ||||
* | fix(Responders): fix incorrect post URLs | Alan Pearce | 2017-07-01 | -1/+3 |
| | ||||
* | feat(taxon): Show taxonomy term in title | Alan Pearce | 2017-07-01 | -12/+20 |
| | ||||
* | fix: fix combination of layout and page templates | Alan Pearce | 2017-07-01 | -1/+1 |
| | ||||
* | refactor: Extract logic to get template indent level | Alan Pearce | 2017-07-01 | -3/+6 |
| | ||||
* | Switch templating to hyperfast | Alan Pearce | 2017-07-01 | -155/+108 |
| | | | | This also means that highland is not (currently) required | |||
* | feat: Add photo to marked-up h-chard | Alan Pearce | 2017-07-01 | -7/+17 |
| | ||||
* | Delete bundled post | Alan Pearce | 2017-06-30 | -11/+0 |
| | | | | With the dev:testsite command, this isn't necessary for development | |||
* | feat(cli): accept argument for site directory | Alan Pearce | 2017-06-30 | -7/+13 |
| | | | | | Add a script at the same time to enable using the test files for manual testing | |||
* | feat: add basic h-card to homepage header | Alan Pearce | 2017-06-30 | -11/+40 |
| | ||||
* | chore: Restart ava when templates change | Alan Pearce | 2017-06-30 | -0/+5 |
| | ||||
* | fix: add page title to header | Alan Pearce | 2017-06-30 | -1/+5 |
| | ||||
* | chore: Install node-dev for a nicer dev server | Alan Pearce | 2017-06-30 | -5/+219 |
| | ||||
* | fix: Add missing doctype via stream concat | Alan Pearce | 2017-06-30 | -28/+42 |
| | | | | rheo appears to be stripping it out | |||
* | test: Use cheerio for DOM testing | Alan Pearce | 2017-06-30 | -10/+81 |
| | ||||
* | feat: load config from cwd and merge with defaults | Alan Pearce | 2017-06-30 | -48/+56 |
| | ||||
* | refactor: remove console.log | Alan Pearce | 2017-06-30 | -56/+57 |
| | ||||
* | chore: Setup eslint directly for better editor integration | Alan Pearce | 2017-06-29 | -16/+223 |
| | ||||
* | feat: beautify HTML output | Alan Pearce | 2017-06-25 | -7/+42 |
| | | | | | | | Indent child templates according to the their place in the parent template, and likewise for rendered posts Needs refactoring | |||
* | refactor: Replace stream-array with highland | Alan Pearce | 2017-06-25 | -11/+11 |
| | | | | Works with more than just arrays. Iterators in particular are useful | |||
* | fix(responders): replace <main> from layout | Alan Pearce | 2017-06-25 | -2/+2 |
| | ||||
* | refactor: move markdown rendering to domain | Alan Pearce | 2017-06-25 | -2/+4 |
| | | | | | | | | The input and output formats (md -> html) are specific to the domain of blogging, not really a presentation concern. This also means that markdown is rendered to HTML on startup, rather than per-request | |||
* | feat: add some security with helmet | Alan Pearce | 2017-06-24 | -5/+161 |
| | ||||
* | style: use simpler syntax for setting response type | Alan Pearce | 2017-06-24 | -3/+3 |
| | ||||
* | test: ensure 404s work | Alan Pearce | 2017-06-24 | -0/+15 |
| | ||||
* | text: improve wording of taxonomy 404 | Alan Pearce | 2017-06-24 | -5/+1 |
| | ||||
* | refactor: re-architect to be closer to ADR | Alan Pearce | 2017-06-24 | -116/+113 |
| | ||||
* | refactor: separate app, responders | Alan Pearce | 2017-06-24 | -121/+146 |
| | ||||
* | refactor: Separate templates into layout/body | Alan Pearce | 2017-06-24 | -47/+66 |
| | ||||
* | feat: Streaming DOM templates via rheo | Alan Pearce | 2017-06-23 | -114/+193 |
| | ||||
* | feat: add link helper to view globals | Alan Pearce | 2017-06-19 | -5/+10 |
| | ||||
* | Add some basic HTML | Alan Pearce | 2017-06-19 | -4/+6 |
| | ||||
* | Fix posts directory default configuration | Alan Pearce | 2017-06-19 | -1/+1 |
| | ||||
* | feat: Serve static files under ./static | Alan Pearce | 2017-06-19 | -4/+64 |
| |