Skip to main content

Posts tagged with #GoHugo

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

GOHUGO
Youtube

Youtube

A responsive and very fast shortcode to add youtube videos to your Hugo website.

GOHUGO
Pictures

Pictures

This component for GoHugo adds partials and shortcodes to resolve and process images on your website. It offers responsive image formats and optimised loading based on current browser abilities. The simplest way is to use this module as a drop-in. Just install it and forget you ever did.

GOHUGO
Head

Head

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.

GOHUGO
Sitemap

Sitemap

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.

GOHUGO
Robots

Robots

This component for GoHugo adds a customizable robots.txt to your website. This module overrides the internal robots.txt generation of Hugo and lets you configure what robots.txt in your public folder will contain. It also offers a meta-robots tag for your head section.

Photo by Vincent van Zalinge via Unsplash

Changes to Hugo's debugging abilities on the CLI

Hugo in version 0.114.0 finally introduced the changes I wrote about a while back. The hugo command on the CLI now dropped the –log and –verboseLog flags and deprecated the –verbose and –debug flags. Instead, it now uses the –logLevel as an indicator of verbosity.