2022-12-19 22:25:54 +01:00
2022-12-19 14:52:09 +01:00
2022-12-18 23:30:52 +01:00
2022-12-19 22:25:54 +01:00
2022-12-18 23:30:52 +01:00
2022-12-20 11:25:04 +01:00
2016-04-05 18:13:16 +03:00
2021-05-02 18:17:03 +02:00
2022-12-20 13:33:36 +01:00
2022-12-19 14:49:01 +01:00
2014-03-29 07:18:55 -07:00
2021-07-24 11:37:02 +02:00

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

Description
Framework pour créer son site web en 2 minutes, et en Markdown!
https://www.gregandev.fr
Readme
Languages
HTML 71%
CSS 28.6%
Dockerfile 0.4%