about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeLines
* Merge remote-tracking branch 'upstream/master' into HEAD HEAD master mainAlan Pearce2019-06-15-9/+22
|\
| * Removed deprecated .Hugo and .RSSLinkz0li2019-04-27-4/+6
| |
| * Add Quick Start Forestry Button to Readme.md Sebastian Engels2018-10-18-0/+10
| |
| * fix(layouts/single): Use <time>Sorin Davidoi2018-08-29-2/+2
| |
| * fix(layouts/index): Use <time> and <article>Sorin Davidoi2018-08-29-4/+4
| |
| * fix(layouts/list): Add datetime attribute to <time>Sorin Davidoi2018-08-29-2/+2
| |
| * fix(partials/head): Allow zoomingSorin Davidoi2018-08-27-1/+1
| | | | | | Disabling zooming is problematic for people with low vision (https://dequeuniversity.com/rules/axe/3.0/meta-viewport).
| * fix(partials/sidebar): Use more semantic elementsSorin Davidoi2018-08-27-8/+10
| |
| * fix(_default/baseof): Use main tagSorin Davidoi2018-08-27-3/+3
| | | | | | https://dequeuniversity.com/rules/axe/3.0/landmark-one-main
| * Fix for mixed insecure contentMatt Smith2018-08-07-1/+1
| |
* | Send syntax css as prefetch when outside a pageAlan Pearce2018-06-18-0/+4
| |
* | Remove unnecessary css MIME typeAlan Pearce2018-06-17-1/+1
| |
* | Fix print css URLAlan Pearce2018-06-17-1/+1
| |
* | Tweak whitespaceAlan Pearce2018-06-17-92/+90
| |
* | Merge remote-tracking branch 'upstream/master'Alan Pearce2018-06-17-113/+141
|\|
| * Update head.htmlBjørn Erik Pedersen2018-03-17-4/+4
| | | | | | Fixes #49
| * Fix #47: adds hook_head_end partialKevin Wiliarty2018-02-27-1/+4
| |
| * Implement Content Summaries / Split on index pagedigitalcraftsman2017-10-01-1/+6
| |\
| | * Implement Content Summaries / Split on index pageJinGen Lim2017-10-01-1/+6
| |/ | | | | | | | | | | | | | | Posts in the index page will be automatically summarized to its first 70 words, or until a user-defined <!--more--> divider. When summarized, the "Read More" button also appears with a RelPermalink to the full post. https://gohugo.io/content-management/summaries/
| * Bump required Hugo version to v0.21digitalcraftsman2017-09-07-1/+1
| |
| * Add CHANGELOGdigitalcraftsman2017-09-07-0/+7
| |
| * Fix url for Google fontsdigitalcraftsman2017-09-07-2/+2
| |
| * Add YAML example for Disqus in READMEdigitalcraftsman2017-09-07-0/+5
| |
| * Add Google Analytics supportdigitalcraftsman2017-09-07-1/+19
| | | | | | | | Closes #44
| * Switch to Hugo's built-in Disqus templatedigitalcraftsman2017-09-07-10/+5
| |
| * Remove custom Disqus templatedigitalcraftsman2017-09-07-15/+1
| |
| * Trim more whitespace in template logicdigitalcraftsman2017-09-07-6/+6
| |
| * Make use of the base templatedigitalcraftsman2017-09-07-69/+42
| |
| * Update link to Hugo sitedigitalcraftsman2017-09-01-1/+1
| |\
| | * Update link to Hugo siteAlexander Ivanov2017-09-01-1/+1
| |/ | | | | The http://hugo.spf13.com is unreachable. By the context, the https://gohugo.io will be appropriate.
| * Use .Site.BaseURL to generate sidebar "Home" linkdigitalcraftsman2017-07-25-1/+1
| |\
| | * Use .Site.BaseURL to generate sidebar "Home" linkVivek Ghaisas2017-05-26-1/+1
| | |
| * | Fix indentation in layoutsVivek Ghaisas2017-07-25-17/+17
| | | | | | | | | | | | | | | - Change indentation to 2 spaces to match convention - Don't indent <body> and <head> as per convention
| * | Print CSS to fix printing problemsMohammed El-Dahash2017-07-25-0/+19
| | | | | | | | | | | | No more sidebar filling half of the printed pages, or unnecessary blank pages.
| * | Add print css linkMohammed El-Dahash2017-07-25-1/+1
| | |
| * | Add print css linkMohammed El-Dahash2017-07-25-0/+1
| | |
| * | Fix disqusShortname conditionalBjørn Erik Pedersen2017-07-25-1/+1
| |/ | | | | | | Fixes #43
* | Merge remote-tracking branch 'origin/master'Alan Pearce2018-06-05-21/+1
|\ \
| * | Remove contact menu from sidebarAlan Pearce2017-08-29-21/+1
| | | | | | | | | | | | Not a good idea on mobile, or shorter screens
* | | Make list item permalink relativeAlan Pearce2018-06-05-1/+1
|/ /
* | Merge branch 'master' of github.com:alanpearce/hydeAlan Pearce2017-07-04-24/+107
|\ \
| * | Fix incorrect url spec in "contact" linksAlan Pearce2017-06-23-1/+1
| | |
| * | Add u-url class to rel=me linksAlan Pearce2017-06-23-1/+1
| | |
| * | Remove microformat URL prop from main menu linksAlan Pearce2017-06-23-1/+1
| | |
| * | Move rel=me to image linkAlan Pearce2017-06-23-2/+2
| | |
| * | Fix sidebar attribute spacingAlan Pearce2017-06-23-1/+1
| | |
| * | Merge remote-tracking branch 'alanpearce/master'Alan Pearce2017-06-23-7/+26
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master'Alan Pearce2017-06-23-21/+104
| |\ \ \ | | | |/ | | |/|
| | * | Bump required Hugo version to v0.19+digitalcraftsman2017-04-08-2/+2
| | | |
| | * | Replacing deprecated function call with now preferred version (#39)Oliver Schneider2017-03-25-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Using the old call was producing the following Warning: WARNING: Page's Now is deprecated and will be removed in a future release. Use now (the template func).