648 B
648 B
HUGO SITE
Hugo est un framework open source pour générer facilement des sites webs (https://gohugo.io/)
HUGO INSTALL
Voir sur le site https://gohugo.io/ selon vtre OS et distribution
UTILISATION
hugo new site monsite
Installer un thème:
git init
git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
echo theme = \"ananke\" >> config.toml
Ajouter un nouveau post:
hugo new posts/my-first-post.md
lancer le serveur en local:
hugo server -D
Visiter http://localhost:1313
Déployer via Docker:
Visiter la branch docker