minor adjustments

This commit is contained in:
loikein 2023-05-01 17:37:53 +01:00
commit 51396e6321
2 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[build]
command = "hugo -s exampleSite --minify --gc"
command = "cd exampleSite && hugo --minify --gc --themesDir .. --theme ."
publish = "exampleSite/public"
[build.environment]