set output dir for gallery project

This commit is contained in:
Christoph Schindlbeck 2023-02-05 20:20:14 +01:00
parent 0de7f3d892
commit 9564d9ffb8
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,6 @@ hugo
``` ```
cd gallery cd gallery
hugo -d ../static/gallery hugo
cd .. cd ..
``` ```

View File

@ -1,4 +1,5 @@
# Settings # Settings
publishDir = "../static/gallery"
baseurl = "https://vvoid.camp/gallery" baseurl = "https://vvoid.camp/gallery"
languageCode = "de-de" languageCode = "de-de"
title = "VVoid Camp" title = "VVoid Camp"