Skip to main content

Posts tagged with #gohugo

Recent Posts (Page 3)

HUGO-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. Features Installation and setup Configuration Redirects Per post Additional Redirects Disable internal alias creation in Hugo Headers Content Security Policy Sample Configuration Updating Extend netlification headers from other modules Notes Testing output Troubleshooting Features Redirects: Adds redirects via HTTP headers.

DEBUG v1.2024.21

Debug everything in Hugo! This module for GoHugo adds debugging partials for everything you need to debug. Notes This is a GoHugo module to use while you are developing your theme or website. It slows down the build process. Knowledge about variables in our template and NOT speed is our main priority.

HUGO-DEBUG

Debug everything in Hugo! This module for GoHugo adds debugging partials for everything you need to debug. Notes This is a GoHugo module to use while you are developing your theme or website. It slows down the build process. Knowledge about variables in our template and NOT speed is our main priority.

HUGO-FEEDS

This is a GoHugo module that implements three configurable feed formats: RSS, Atom, and JSONfeed. Find out more about the RSS, Atom and JSON feed formats Configuration Limits hugo-feeds uses a cautious approach at configuring the output of the feeds. Where GoHugo’s internal RSS template prints all available pages without a configured limit, hugo-feeds will load only the 10 latest pages/posts, but you can configure at your pleasure.

HUGO-ICONS

This GoHugo module streamlines the addition of SVG-based icon sets to your Hugo website, utilizing the efficient method of defining icons once using <symbol> and reusing them with <use>. By default, the module includes icon sets as an example, but is designed to support any SVG icon set you wish to integrate.

GoHugo

Hugo 0.96 update notes

Hugo 0.96.0 was published last weekend with two new features and many smaller changes and fixes under the hood. Here is a quick overview of the release. New features Vertical merging of content mounts Under this title hides a useful feature for Hugo Modules that mount content directories.

GoHugo

Hugo 0.95 - Update Notes

Hugo 0.95.0 brings some really useful features (next to smaller speed increases as always) and upgrades the used Golang version to 1.18. New feature: {{ break }} and {{ continue }} break and continue are keywords known to developers of any programming language.

Photo by Joanna Kosinska via Unsplash

Hugo Shortcode: Taglist

I needed a Hugo shortcode to show a list of posts that belonged to a certain</a

tag, which is quite easy. Add the following to layouts/shortcodes/taglist.html or whatever name you like to use for the shortcode.

Photo by Ferenc Almasi via Unsplash

Converting frontmatter in GoHugo

Some days ago I realised, that I keep all my configurations for GoHugo in the TOML format, while using YAML for the frontmatters in my content folder. That did not seem right ;) so I changed those too to TOML.

Back to top
Back Forward