Skip to main content

Posts tagged with #GoHugo

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

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

Key Features Some things you need to know Installing Updating Hook principle Call hooks in layouts Simple Calls Extended Use (adding parameters to the call) Configuration Hooks for developers Directory based File based Module based hooks (plugin hooks) Best Practices RFC: “Global” Reusable Hooks Namespaced Hooks Sample hook usage Hooks for GoHugo layouts.

GOHUGO
Feeds

Feeds

This is a GoHugo theme component that implements various configurable feed formats. Currently implemented formats are RSS, Atom and JSONfeed. Find out more about the RSS, Atom and JSON feed formats Add this module [[module.imports]] path = “github.com/davidsneighbour/hugo-feeds” disable = false ignoreConfig = false ignoreImports = false Latest Version modules/feeds/v1.

Back to top