Hugo
Installazione snap install hugo –channel=extended (la versione base ha un bug)
Per vedere la versione
hugo -version
Uso: Creare un nuovo sito
hugo new site pingu (pingu=none del sito)
File di configurazione
config.toml Aggiungere un tema (es.ananke)
cd pingu git init git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke Oppure scaricarlo da https://themes.gohugo.io/
Salvarlo nella cartella themes del sito e rinominarlo ananke (in questo esempio)
Aggiungere il tema nel file di configurazione confog.