This module attempts to replace internal templates used by Hugo with custom ones and other modules and plugins that add identical features more sophisticated or up-to-date. Internal templates of Hugo are highly opiniated, often out of time and not suitable for use in the production environment of a website.
- 100DaysToOffload(25)
- acer(1)
- alexa(1)
- automation(2)
- bash(1)
- ben-lukas-boysen(1)
- code quality(1)
- component(14)
- configuration(1)
- content(1)
- CSP(1)
- danny kreutzfeldt(1)
- dateformat(1)
- @davidsneighbour(3)
- debugging(1)
- deep core(1)
- design(2)
- developers(1)
- development(1)
- dreamhost(1)
- earth(1)
- EFI(1)
- electron(1)
- encryption(1)
- feature(1)
- frontmatter(1)
- game-off(1)
- giscus(1)
- git(2)
- github(2)
- gitignore(1)
- gitlab(1)
- Hugo(22)
- golang(2)
- google(1)
- how i work(1)
- how to(1)
- howto(3)
- javascript(1)
- laboratory(7)
- learning(1)
- link(2)
- logging(2)
- logos(1)
- me now(3)
- media(1)
- mike myers(1)
- movies(1)
- nagging(1)
- newsletter(1)
- nine inch nails(1)
- notes(9)
- ordinals(1)
- piano(1)
- pipes(1)
- planning(1)
- plugin(1)
- pre-commit(1)
- programming-music(8)
- project-management(1)
- projects(1)
- queensryche(1)
- quicklink(1)
- quicktip(1)
- rammstein(1)
- reference(1)
- render-hook(1)
- security(1)
- self-improvement(7)
- selfimprovement(1)
- seo(9)
- shell(1)
- shortcode(2)
- SRI(1)
- static websites(1)
- syntaxhighlighting(1)
- todo(1)
- trailers(1)
- trent reznor(1)
- ubuntu(2)
- UEFI(1)
- updraftplus(1)
- useful(1)
- video(1)
- vscode(3)
- web development(1)
- webdesign(1)
- wordpress(1)
Recent Posts (Page 1)
This module adds a security.txt file to your Hugo website with information about your preferred procedures to notify the developer team of your website about security issues on your website. Read more about security.txt, a proposed standard which allows websites to define security policies.
This is a Hugo theme component with helpers to convert your static GoHugo website into a PWA. This is work in progress and while many parts are already working, some changes to the setup will occur. Please watch the releases of this repository to be alerted about changes.
This is a Hugo theme component with helpers to host your GoHugo generated static website on Netlify. If you don’t use Netlify, you DO NOT need this module. Add this module [[module.imports]] path = "github.com/davidsneighbour/hugo-netlification" disable = false ignoreConfig = false ignoreImports = false Latest Version (--) Fix to this version hugo mod get github.
This is a GoHugo theme component that solves the old question “What tags belong into the <head> tag of my website?” Set it up, configure it, forget it’s there. This component adds a multitude of tags and is extensively configurable.
Hooks for GoHugo layouts. An easy way for theme developers to let users add partials and blocks at pre-defined safe places to their themes. We often want to add locations and places in our templates and layouts where it’s users can add something on their own.
This module for GoHugo adds debugging partials for many use cases. Add this module [[module.imports]] path = "github.com/davidsneighbour/hugo-debug" disable = false ignoreConfig = false ignoreImports = false Latest Version v1.5.19 (2022-07-31) Fix to this version hugo mod get github.com/davidsneighbour/[email protected] Notes This is a GoHugo module to use while you are developing your theme or website.
This component for GoHugo adds a customizable robots.txt to your website. Add this module [[module.imports]] path = "github.com/davidsneighbour/hugo-robots" disable = false ignoreConfig = false ignoreImports = false Latest Version v1.2.5 (2022-08-08) Fix to this version hugo mod get github.com/davidsneighbour/[email protected] Usage This component can be used as drop-in without much configuration.
This is a Hugo theme component with layouts to add a configurable sitemap to your website. Hugo itself has internal templates that add sitemaps, but this component has additional setup options per page. Add this module [[module.imports]] path = "github.com/davidsneighbour/hugo-sitemap" disable = false ignoreConfig = false ignoreImports = false Latest Version v1.