mirror of
https://github.com/loikein/hugo-tufte.git
synced 2025-06-19 16:42:18 +02:00
minor adjustments
This commit is contained in:
parent
8d691856e3
commit
51396e6321
2 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Remove this if your site folder is not inside the theme folder
|
|
||||||
themesDir: "../../"
|
|
||||||
|
|
||||||
# Set your theme here
|
# Set your theme here
|
||||||
theme: hugo-tufte
|
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)
|
# The language of your website (see https://www.andiamo.co.uk/resources/iso-language-codes/ for reference)
|
||||||
languageCode: en-US
|
languageCode: en-US
|
||||||
# If you write Chinese, Japanese or Korean, this helps with word counting
|
# If you write Chinese, Japanese or Korean, this helps with word counting
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[build]
|
[build]
|
||||||
command = "hugo -s exampleSite --minify --gc"
|
command = "cd exampleSite && hugo --minify --gc --themesDir .. --theme ."
|
||||||
publish = "exampleSite/public"
|
publish = "exampleSite/public"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
|
|
Loading…
Add table
Reference in a new issue