hugo

Hugo memento

Création d’un nouveau site ‘quickstart’ Création du répertoire et de la structure $ hugo new site quickstart Ajout d’un thème $ cd quickstart $ git init $ git submodule add https://github.com/budparr/gohugo-theme-ananke.get themes/ananke Configuration du thème $ echo 'theme = "ananke"' >> config.toml Add content $ hugo new posts/my-first-post.md Lancement du serveur $ hugo server -D Compilation $ hugo /!\ hugo n’efface pas le répertoire public/ avant compilation. »