Skip to content

Hugo

Hugo is the world’s fastest framework for building websites, written in Go.

Install Hugo

Download and install the hugo deb file from the release page.

Hugo in GitHub actions

Hugo in GitHub actions

Hugo in docker

klakegg/hugo

FROM klakegg/hugo

Hugo themes

A list of Hugo themes I found useful

Documentation

Blogs

Hugo theme components

Hugo tips

Forum link

You can use this form normally in Hugo

[My Article](../my-article/index.md)

by adding the following lines to project/layouts/_default/_markup/render-link.html

<a href="{{ (.Page.GetPage .Destination).RelPermalink | safeURL }}">{{ .Text | safeHTML }}</a>

Comments