mirror of
https://github.com/loikein/hugo-tufte.git
synced 2025-05-21 05: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
|
||||
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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[build]
|
||||
command = "hugo -s exampleSite --minify --gc"
|
||||
command = "cd exampleSite && hugo --minify --gc --themesDir .. --theme ."
|
||||
publish = "exampleSite/public"
|
||||
|
||||
[build.environment]
|
||||
|
|
Loading…
Add table
Reference in a new issue