Skip to main content

Recent Posts (Page %!s(int=2))

GOHUGO
Giscus

Giscus

This is a Hugo theme component to add the Giscus comment system, powered by GitHub Discussions, to static websites. Note: Giscus is still under active development. GitHub is also still actively developing Discussions and its API. Thus, some features of Giscus may break or change over time.

GOHUGO
Internals

Internals

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.

GOHUGO
Security

Security

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.

GOHUGO
PWA

PWA

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.

GOHUGO
Netlification

Netlification

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-modules/modules/netlification” disable = false ignoreConfig = false ignoreImports = false Latest Version modules/netlification/v1.

GOHUGO
Hooks

Hooks

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.