Initialisation du projet avec init de hugo.
Choix du theme nojs.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user