Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into HEAD HEAD master main | Alan Pearce | 2019-06-15 | -1/+1 |
|\ | ||||
| * | fix(layouts/single): Use <time> | Sorin Davidoi | 2018-08-29 | -2/+2 |
| | | ||||
| * | fix(layouts/list): Add datetime attribute to <time> | Sorin Davidoi | 2018-08-29 | -2/+2 |
| | | ||||
| * | fix(_default/baseof): Use main tag | Sorin Davidoi | 2018-08-27 | -3/+3 |
| | | | | | | https://dequeuniversity.com/rules/axe/3.0/landmark-one-main | |||
* | | Tweak whitespace | Alan Pearce | 2018-06-17 | -49/+47 |
| | | ||||
* | | Merge remote-tracking branch 'upstream/master' | Alan Pearce | 2018-06-17 | -52/+57 |
|\| | ||||
| * | Add Google Analytics support | digitalcraftsman | 2017-09-07 | -0/+2 |
| | | | | | | | | Closes #44 | |||
| * | Switch to Hugo's built-in Disqus template | digitalcraftsman | 2017-09-07 | -2/+2 |
| | | ||||
| * | Remove custom Disqus template | digitalcraftsman | 2017-09-07 | -1/+1 |
| | | ||||
| * | Make use of the base template | digitalcraftsman | 2017-09-07 | -34/+28 |
| | | ||||
| * | Fix indentation in layouts | Vivek Ghaisas | 2017-07-25 | -17/+17 |
| | | | | | | | | | | - Change indentation to 2 spaces to match convention - Don't indent <body> and <head> as per convention | |||
| * | Fix disqusShortname conditional | Bjørn Erik Pedersen | 2017-07-25 | -1/+1 |
| | | | | | | | | Fixes #43 | |||
* | | Make list item permalink relative | Alan Pearce | 2018-06-05 | -1/+1 |
| | | ||||
* | | Merge branch 'master' of github.com:alanpearce/hyde | Alan Pearce | 2017-07-04 | -2/+2 |
|\ \ | ||||
| * \ | Merge remote-tracking branch 'alanpearce/master' | Alan Pearce | 2017-06-23 | -2/+4 |
| |\ \ | ||||
| * \ \ | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2017-06-23 | -2/+2 |
| |\ \ \ | | | |/ | | |/| | ||||
| | * | | Add layout-reverse body class code to single and list templates. | Jason Yee | 2016-08-19 | -2/+2 |
| | | | | ||||
| | * | | Added Disqus support | digitalcraftsman | 2015-07-17 | -10/+14 |
| | | | | ||||
| | * | | Added an option change the theme globally in the configs | digitalcraftsman | 2015-06-02 | -2/+2 |
| | | | | ||||
| | * | | Use `partial` call to include partial templates | Anthony Fok | 2014-09-08 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | Replace `template` call with the `partial` call (new in Hugo v0.12) for including partial templates | |||
| | * | | Removed extra unused html tags from list template, h4 and unused span | Glen Baker | 2014-09-08 | -10/+11 |
| | | | | | | | | | | | | | | | | | | | | Conflicts: layouts/_default/list.html | |||
* | | | | Remove schema.org markup | Alan Pearce | 2017-07-04 | -11/+9 |
| |_|/ |/| | | ||||
* | | | Add canonical u-urls to posts | Alan Pearce | 2017-06-17 | -2/+4 |
| | | | ||||
* | | | Remove trailing slash in post URLs | Alan Pearce | 2017-06-10 | -1/+1 |
|/ / | ||||
* | | style: Make list and index consistent | Alan Pearce | 2017-05-06 | -1/+1 |
| | | ||||
* | | feat: Remove summary from lists | Alan Pearce | 2017-05-06 | -1/+0 |
| | | ||||
* | | fix: Don't error on posts with no categories | Alan Pearce | 2017-05-06 | -1/+5 |
| | | ||||
* | | Add footer to posts with category and tags | Alan Pearce | 2014-09-06 | -0/+17 |
| | | ||||
* | | Add h-entry metadata to posts | Alan Pearce | 2014-09-06 | -4/+4 |
| | | ||||
* | | Use new partial function instead of template | Alan Pearce | 2014-09-06 | -4/+4 |
| | | ||||
* | | Style list view title | Alan Pearce | 2014-07-29 | -1/+1 |
| | | ||||
* | | Add title to list view | Alan Pearce | 2014-07-29 | -0/+1 |
| | | ||||
* | | Add schema.org microdata to list view | Alan Pearce | 2014-07-20 | -4/+4 |
| | | ||||
* | | Remove superfluous classes in list view | Alan Pearce | 2014-07-20 | -1/+1 |
| | | ||||
* | | Move BlogPosting scope to body element | Alan Pearce | 2014-07-20 | -2/+2 |
| | | | | | | | | Correctly associate author from sidebar | |||
* | | Switch articles to BlogPosting type | Alan Pearce | 2014-07-20 | -1/+1 |
| | | ||||
* | | Use the <main> element for article text | Alan Pearce | 2014-07-19 | -2/+2 |
| | | | | | | | | | | | | More semantic than a <div>. W3C don't allow multiple <main> elements as part of their HTML5 spec, but WHATWG do. Since WHATWG sticks closely to implementations, I'll follow that. | |||
* | | Add article microdata | Alan Pearce | 2014-07-19 | -4/+8 |
| | | ||||
* | | Switch to relative permalinks where possible | Alan Pearce | 2014-07-12 | -1/+1 |
| | | ||||
* | | Remove extra commas from dates | Alan Pearce | 2014-06-08 | -1/+1 |
| | | ||||
* | | Make post titles display similarly in all contexts | Alan Pearce | 2014-06-08 | -1/+1 |
| | | ||||
* | | Use a longer date format | Alan Pearce | 2014-06-08 | -2/+2 |
| | | ||||
* | | Add a summary to lists | Alan Pearce | 2014-06-07 | -0/+1 |
| | | ||||
* | | Add spaces between tags in list pages | Alan Pearce | 2014-06-07 | -1/+4 |
| | | ||||
* | | Remove unnecessary <span> | Alan Pearce | 2014-06-07 | -1/+1 |
| | | ||||
* | | Move the sidebar after the content | Alan Pearce | 2014-06-07 | -2/+2 |
| | | ||||
* | | Switch to semantic tags where appropriate | Alan Pearce | 2014-06-07 | -8/+8 |
| | | ||||
* | | Reverse layout. Content-first development! | Alan Pearce | 2014-06-07 | -2/+2 |
| | | ||||
* | | Make it green. | Alan Pearce | 2014-06-07 | -2/+2 |
| | | ||||
* | | Make whitespace consistent across files | Alan Pearce | 2014-06-07 | -24/+18 |
| | |