Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-16 | Merge remote-tracking branch 'origin/rescribe' into rescribemergerescribe | Nick White | |
2020-02-24 | Update baseof.html | Philippe Vinchon | |
Don't publish analytics events during development Solution from https://discourse.gohugo.io/t/how-to-exclude-google-analytics-when-running-under-hugo-local-server/6092/34 | |||
2019-11-22 | fix(static/css/poole): Contrast issues | Sorin Davidoi | |
Ensures that the contrast ratio is at least 4.5:1 (so that is complies with WCAG 2.0: https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html). | |||
2019-10-23 | Make marble sidebar image smaller | Nick White | |
2019-10-13 | Add meta description to header | Artur Zylinski | |
Based on hugo docs: https://gohugo.io/variables/site/#example-site-params And developers.google recommendations: https://developers.google.com/web/tools/lighthouse/audits/description?utm_source=lighthouse&utm_medium=devtools | |||
2019-10-10 | fix(css): Add text-size-adjust | Sorin Davidoi | |
https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust | |||
2019-10-10 | fix(heads): Add protocol to gmpg URL | Sorin Davidoi | |
The resource is available over HTTPS. https://webhint.io/docs/user-guide/hints/hint-no-protocol-relative-urls/ | |||
2019-10-10 | Make captions smaller | Nick White | |
2019-10-03 | fix(css): Add text-size-adjust | Sorin Davidoi | |
https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust | |||
2019-10-03 | fix(heads): Add protocol to gmpg URL | Sorin Davidoi | |
The resource is available over HTTPS. https://webhint.io/docs/user-guide/hints/hint-no-protocol-relative-urls/ | |||
2019-10-02 | Switch from google fonts to EBGaramond served ourselves | Nick White | |
2019-08-30 | Add section for Sidebar description | Dinesh | |
2019-08-30 | Add example for Sidebar menus | Dinesh | |
2019-08-14 | Add go.mod | Bjørn Erik Pedersen | |
2019-08-14 | Use .Site.RegularPages on home page | Bjørn Erik Pedersen | |
2019-04-27 | Removed deprecated .Hugo and .RSSLink | z0li | |
2019-02-11 | Add marbling sidebar background images | Nick White | |
2018-10-18 | Add Quick Start Forestry Button to Readme.md HEADmaster | Sebastian Engels | |
2018-08-29 | fix(layouts/single): Use <time> | Sorin Davidoi | |
2018-08-29 | fix(layouts/index): Use <time> and <article> | Sorin Davidoi | |
2018-08-29 | fix(layouts/list): Add datetime attribute to <time> | Sorin Davidoi | |
2018-08-27 | fix(partials/head): Allow zooming | Sorin Davidoi | |
Disabling zooming is problematic for people with low vision (https://dequeuniversity.com/rules/axe/3.0/meta-viewport). | |||
2018-08-27 | fix(partials/sidebar): Use more semantic elements | Sorin Davidoi | |
2018-08-27 | fix(_default/baseof): Use main tag | Sorin Davidoi | |
https://dequeuniversity.com/rules/axe/3.0/landmark-one-main | |||
2018-08-07 | Fix for mixed insecure content | Matt Smith | |
2018-03-17 | Update head.html | Bjørn Erik Pedersen | |
Fixes #49 | |||
2018-02-27 | Fix #47: adds hook_head_end partial | Kevin Wiliarty | |
2017-10-01 | Implement Content Summaries / Split on index page | digitalcraftsman | |
2017-10-01 | Implement Content Summaries / Split on index page | JinGen Lim | |
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/ | |||
2017-09-07 | Bump required Hugo version to v0.21 | digitalcraftsman | |
2017-09-07 | Add CHANGELOG | digitalcraftsman | |
2017-09-07 | Fix url for Google fonts | digitalcraftsman | |
2017-09-07 | Add YAML example for Disqus in README | digitalcraftsman | |
2017-09-07 | Add Google Analytics support | digitalcraftsman | |
Closes #44 | |||
2017-09-07 | Switch to Hugo's built-in Disqus template | digitalcraftsman | |
2017-09-07 | Remove custom Disqus template | digitalcraftsman | |
2017-09-07 | Trim more whitespace in template logic | digitalcraftsman | |
2017-09-07 | Make use of the base template | digitalcraftsman | |
2017-09-01 | Update link to Hugo site | digitalcraftsman | |
2017-09-01 | Update link to Hugo site | Alexander Ivanov | |
The http://hugo.spf13.com is unreachable. By the context, the https://gohugo.io will be appropriate. | |||
2017-07-25 | Use .Site.BaseURL to generate sidebar "Home" link | digitalcraftsman | |
2017-07-25 | Fix indentation in layouts | Vivek Ghaisas | |
- Change indentation to 2 spaces to match convention - Don't indent <body> and <head> as per convention | |||
2017-07-25 | Print CSS to fix printing problems | Mohammed El-Dahash | |
No more sidebar filling half of the printed pages, or unnecessary blank pages. | |||
2017-07-25 | Add print css link | Mohammed El-Dahash | |
2017-07-25 | Add print css link | Mohammed El-Dahash | |
2017-07-25 | Fix disqusShortname conditional | Bjørn Erik Pedersen | |
Fixes #43 | |||
2017-05-26 | Use .Site.BaseURL to generate sidebar "Home" link | Vivek Ghaisas | |
2017-04-08 | Bump required Hugo version to v0.19+ | digitalcraftsman | |
2017-03-25 | Replacing deprecated function call with now preferred version (#39) | Oliver Schneider | |
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). | |||
2016-11-17 | Rename RSSlink to RSSLink | digitalcraftsman | |