feat: Update configuration

This commit is contained in:
Simon 2020-10-17 18:13:45 +02:00
parent e06307538c
commit 6b4c117dbb
3 changed files with 5 additions and 5 deletions

4
.dockerignore Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything
**
!public

View File

@ -1,4 +0,0 @@
baseURL = "https://cremeaux.fr/"
languageCode = "fr-fr"
title = "Cremeaux"
theme = "hugo-theme-lowtech"

2
run
View File

@ -4,7 +4,7 @@
# -u Treat unset variables as an error when substituting.
set -eu
DOCKER_CONTEXT=bleu
DOCKER_CONTEXT=vert
START=`date +%s`
help() {