Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/spf13/hyde.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-02Use _internal/google_analytics.html to support GA v4HEADv1.1.0masterBjørn Erik Pedersen
Fixes #83
2020-02-24Update baseof.htmlPhilippe 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-22fix(static/css/poole): Contrast issuesSorin 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-13Add meta description to headerArtur 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-03fix(css): Add text-size-adjustSorin Davidoi
https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust
2019-10-03fix(heads): Add protocol to gmpg URLSorin Davidoi
The resource is available over HTTPS. https://webhint.io/docs/user-guide/hints/hint-no-protocol-relative-urls/
2019-08-30Add section for Sidebar descriptionDinesh
2019-08-30Add example for Sidebar menusDinesh
2019-08-14Add go.modv1.0.1Bjørn Erik Pedersen
2019-08-14Use .Site.RegularPages on home pagev1.0.0Bjørn Erik Pedersen
2019-04-27Removed deprecated .Hugo and .RSSLinkz0li
2018-10-18Add Quick Start Forestry Button to Readme.md Sebastian Engels
2018-08-29fix(layouts/single): Use <time>Sorin Davidoi
2018-08-29fix(layouts/index): Use <time> and <article>Sorin Davidoi
2018-08-29fix(layouts/list): Add datetime attribute to <time>Sorin Davidoi
2018-08-27fix(partials/head): Allow zoomingSorin Davidoi
Disabling zooming is problematic for people with low vision (https://dequeuniversity.com/rules/axe/3.0/meta-viewport).
2018-08-27fix(partials/sidebar): Use more semantic elementsSorin Davidoi
2018-08-27fix(_default/baseof): Use main tagSorin Davidoi
https://dequeuniversity.com/rules/axe/3.0/landmark-one-main
2018-08-07Fix for mixed insecure contentMatt Smith
2018-03-17Update head.htmlBjørn Erik Pedersen
Fixes #49
2018-02-27Fix #47: adds hook_head_end partialKevin Wiliarty
2017-10-01Implement Content Summaries / Split on index pagedigitalcraftsman
2017-10-01Implement Content Summaries / Split on index pageJinGen 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-07Bump required Hugo version to v0.21digitalcraftsman
2017-09-07Add CHANGELOGdigitalcraftsman
2017-09-07Fix url for Google fontsdigitalcraftsman
2017-09-07Add YAML example for Disqus in READMEdigitalcraftsman
2017-09-07Add Google Analytics supportdigitalcraftsman
Closes #44
2017-09-07Switch to Hugo's built-in Disqus templatedigitalcraftsman
2017-09-07Remove custom Disqus templatedigitalcraftsman
2017-09-07Trim more whitespace in template logicdigitalcraftsman
2017-09-07Make use of the base templatedigitalcraftsman
2017-09-01Update link to Hugo sitedigitalcraftsman
2017-09-01Update link to Hugo siteAlexander Ivanov
The http://hugo.spf13.com is unreachable. By the context, the https://gohugo.io will be appropriate.
2017-07-25Use .Site.BaseURL to generate sidebar "Home" linkdigitalcraftsman
2017-07-25Fix indentation in layoutsVivek Ghaisas
- Change indentation to 2 spaces to match convention - Don't indent <body> and <head> as per convention
2017-07-25Print CSS to fix printing problemsMohammed El-Dahash
No more sidebar filling half of the printed pages, or unnecessary blank pages.
2017-07-25Add print css linkMohammed El-Dahash
2017-07-25Add print css linkMohammed El-Dahash
2017-07-25Fix disqusShortname conditionalBjørn Erik Pedersen
Fixes #43
2017-05-26Use .Site.BaseURL to generate sidebar "Home" linkVivek Ghaisas
2017-04-08Bump required Hugo version to v0.19+digitalcraftsman
2017-03-25Replacing 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-17Rename RSSlink to RSSLinkdigitalcraftsman
2016-11-17Rename RSSlink to RSSLinkBjørn Erik Pedersen
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.
2016-08-19Add layout-reverse body class code to single and list templates.Jason Yee
2016-08-19Don't repeat title in <title> tag on the home pageJakub Kucharski
2016-07-26Add installation sectionPedro Melo
2016-03-09Add configuration to Reverse layoutJán Koščo
2016-01-02Use language from configuration.Matthew Buckett
The header should use the language supplied in the configuration rather than hardcoding to english (US).