Initialisation du projet avec init de hugo.

Choix du theme nojs.
This commit is contained in:
mathieu
2026-07-19 23:47:59 +02:00
parent 760ac81368
commit 8971d04c88
13 changed files with 292 additions and 1 deletions
+29
View File
@@ -0,0 +1,29 @@
# Hugo figé en 164
HUGO_VERSION=0.164.0
HUGO_IMAGE=ghcr.io/gohugoio/hugo
# Docker
CONTAINER_NAME=debugHugo
# Hugo
HUGO_PORT=1313
#HUGO_THEME=github.com/hugo-sid/hugo-blog-awesome
HUGO_THEME=gitlab.com/andy.sb/nojs
#HUGO_THEME=github.com/athul/archie
# Dossiers
SITE_DIR=site
CACHE_DIR=hugo_cache
PUBLISH_DIR=publish
# Nom du site (rempli par script/create.sh)
SITE_NAME=sillycone-village
# URL de production
URL_SITE=https://monsite.be/
# Publier
SSH_USER=mon_user
SSH_HOST=monsite.be
SSH_PORT=22
SSH_REMOTE_PATH=www