Files
Site/.env.exemple
2026-07-19 23:47:59 +02:00

30 lines
524 B
Bash

# 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