From 6b4c117dbb7ff1f73ff299e4d8977980f82ac299 Mon Sep 17 00:00:00 2001 From: Simon C Date: Sat, 17 Oct 2020 18:13:45 +0200 Subject: [PATCH] feat: Update configuration --- .dockerignore | 4 ++++ config.toml | 4 ---- run | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .dockerignore delete mode 100644 config.toml diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..f205c0b --- /dev/null +++ b/.dockerignore @@ -0,0 +1,4 @@ +# Ignore everything +** + +!public diff --git a/config.toml b/config.toml deleted file mode 100644 index 2d3f5fe..0000000 --- a/config.toml +++ /dev/null @@ -1,4 +0,0 @@ -baseURL = "https://cremeaux.fr/" -languageCode = "fr-fr" -title = "Cremeaux" -theme = "hugo-theme-lowtech" diff --git a/run b/run index bdf0bd2..5a1d880 100755 --- a/run +++ b/run @@ -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() {