From 9564d9ffb89b7743cee6e4eaecc4345346eed26f Mon Sep 17 00:00:00 2001 From: Christoph Schindlbeck Date: Sun, 5 Feb 2023 20:20:14 +0100 Subject: [PATCH] set output dir for gallery project --- Readme.md | 2 +- gallery/config.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 755b043..9661c7b 100644 --- a/Readme.md +++ b/Readme.md @@ -23,6 +23,6 @@ hugo ``` cd gallery -hugo -d ../static/gallery +hugo cd .. ``` diff --git a/gallery/config.toml b/gallery/config.toml index 1a51d0d..f07f3eb 100644 --- a/gallery/config.toml +++ b/gallery/config.toml @@ -1,4 +1,5 @@ # Settings +publishDir = "../static/gallery" baseurl = "https://vvoid.camp/gallery" languageCode = "de-de" title = "VVoid Camp"