minor adjustments

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

View file

@ -1,8 +1,7 @@
# Remove this if your site folder is not inside the theme folder
themesDir: "../../"
# Set your theme here
theme: hugo-tufte
# Remove this if your site folder is not inside the theme folder
themesDir: "../.."
# The language of your website (see https://www.andiamo.co.uk/resources/iso-language-codes/ for reference)
languageCode: en-US
# If you write Chinese, Japanese or Korean, this helps with word counting

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]