Skip to content

Hugo

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

Install

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

sudo snap install hugo
sudo snap connect hugo:removable-media
sudo snap connect hugo:ssh-keys
sudo pacman -S hugo

Via chocolatey:

choco install hugo-extended

Go compiler is needed for install Hugo modules

choco install golang

GitHub actions

Hugo in Github actions

Docker image

klakegg/hugo

FROM klakegg/hugo

Hugo themes

A list of Hugo themes I found useful

Documentation

Blogs

Hugo theme components

Comments