Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into HEAD HEAD master main | Alan Pearce | 2019-06-15 | -8/+11 |
|\ | ||||
| * | Removed deprecated .Hugo and .RSSLink | z0li | 2019-04-27 | -3/+5 |
| | | ||||
| * | fix(layouts/single): Use <time> | Sorin Davidoi | 2018-08-29 | -2/+2 |
| | | ||||
| * | fix(layouts/index): Use <time> and <article> | Sorin Davidoi | 2018-08-29 | -4/+4 |
| | | ||||
| * | fix(layouts/list): Add datetime attribute to <time> | Sorin Davidoi | 2018-08-29 | -2/+2 |
| | | ||||
| * | fix(partials/head): Allow zooming | Sorin Davidoi | 2018-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 elements | Sorin Davidoi | 2018-08-27 | -8/+10 |
| | | ||||
| * | fix(_default/baseof): Use main tag | Sorin Davidoi | 2018-08-27 | -3/+3 |
| | | | | | | https://dequeuniversity.com/rules/axe/3.0/landmark-one-main | |||
| * | Fix for mixed insecure content | Matt Smith | 2018-08-07 | -1/+1 |
| | | ||||
* | | Send syntax css as prefetch when outside a page | Alan Pearce | 2018-06-18 | -0/+4 |
| | | ||||
* | | Remove unnecessary css MIME type | Alan Pearce | 2018-06-17 | -1/+1 |
| | | ||||
* | | Fix print css URL | Alan Pearce | 2018-06-17 | -1/+1 |
| | | ||||
* | | Tweak whitespace | Alan Pearce | 2018-06-17 | -92/+90 |
| | | ||||
* | | Merge remote-tracking branch 'upstream/master' | Alan Pearce | 2018-06-17 | -106/+92 |
|\| | ||||
| * | Update head.html | Bjørn Erik Pedersen | 2018-03-17 | -4/+4 |
| | | | | | | Fixes #49 | |||
| * | Fix #47: adds hook_head_end partial | Kevin Wiliarty | 2018-02-27 | -1/+4 |
| | | ||||
| * | Implement Content Summaries / Split on index page | JinGen Lim | 2017-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/ | |||
| * | Fix url for Google fonts | digitalcraftsman | 2017-09-07 | -2/+2 |
| | | ||||
| * | 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 | -15/+1 |
| | | ||||
| * | Trim more whitespace in template logic | digitalcraftsman | 2017-09-07 | -6/+6 |
| | | ||||
| * | Make use of the base template | digitalcraftsman | 2017-09-07 | -69/+42 |
| | | ||||
| * | Use .Site.BaseURL to generate sidebar "Home" link | digitalcraftsman | 2017-07-25 | -1/+1 |
| |\ | ||||
| | * | Use .Site.BaseURL to generate sidebar "Home" link | Vivek Ghaisas | 2017-05-26 | -1/+1 |
| | | | ||||
| * | | 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 | |||
| * | | Add print css link | Mohammed El-Dahash | 2017-07-25 | -1/+1 |
| | | | ||||
| * | | Add print css link | Mohammed El-Dahash | 2017-07-25 | -0/+1 |
| | | | ||||
| * | | Fix disqusShortname conditional | Bjørn Erik Pedersen | 2017-07-25 | -1/+1 |
| |/ | | | | | | | Fixes #43 | |||
* | | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2018-06-05 | -15/+0 |
|\ \ | ||||
| * | | Remove contact menu from sidebar | Alan Pearce | 2017-08-29 | -15/+0 |
| | | | | | | | | | | | | Not a good idea on mobile, or shorter screens | |||
* | | | 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 | -7/+39 |
|\ \ | ||||
| * | | Fix incorrect url spec in "contact" links | Alan Pearce | 2017-06-23 | -1/+1 |
| | | | ||||
| * | | Add u-url class to rel=me links | Alan Pearce | 2017-06-23 | -1/+1 |
| | | | ||||
| * | | Remove microformat URL prop from main menu links | Alan Pearce | 2017-06-23 | -1/+1 |
| | | | ||||
| * | | Move rel=me to image link | Alan Pearce | 2017-06-23 | -2/+2 |
| | | | ||||
| * | | Fix sidebar attribute spacing | Alan Pearce | 2017-06-23 | -1/+1 |
| | | | ||||
| * | | Merge remote-tracking branch 'alanpearce/master' | Alan Pearce | 2017-06-23 | -5/+13 |
| |\ \ | ||||
| * \ \ | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2017-06-23 | -4/+36 |
| |\ \ \ | | | |/ | | |/| | ||||
| | * | | Replacing deprecated function call with now preferred version (#39) | Oliver Schneider | 2017-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). | |||
| | * | | Rename RSSlink to RSSLink | Bjørn Erik Pedersen | 2016-11-17 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | The former will be deprecated and eventually removed from Hugo. Note: Currently both of them exist in Hugo, which is the reason for the cleanup. | |||
| | * | | Add layout-reverse body class code to single and list templates. | Jason Yee | 2016-08-19 | -2/+2 |
| | | | | ||||
| | * | | Don't repeat title in <title> tag on the home page | Jakub Kucharski | 2016-08-19 | -1/+5 |
| | | | | ||||
| | * | | Add configuration to Reverse layout | Ján Koščo | 2016-03-08 | -1/+1 |
| | | | | ||||
| | * | | Use language from configuration. | Matthew Buckett | 2016-01-02 | -1/+1 |
| | | | | | | | | | | | | The header should use the language supplied in the configuration rather than hardcoding to english (US). | |||
| | * | | make 404 page use Site.Params.themeColor | Tony Bai | 2015-09-22 | -1/+1 |
| | | | | ||||
| | * | | Remove double-slashes in stylesheet URLs | philgs | 2015-08-13 | -3/+3 |
| | | | | ||||
| | * | | Added Disqus support | digitalcraftsman | 2015-07-17 | -10/+28 |
| | | | | ||||
| | * | | Merge pull request #15 from digitalcraftsman/change-theme-in-configs-globally | digitalcraftsman | 2015-07-15 | -3/+3 |
| | |\ \ | | | | | | | | | | | Added an option change the theme globally in the configs |