forked from mirrors/hugo-tufte
6 lines
174 B
TOML
6 lines
174 B
TOML
[build]
|
|
command = "cd exampleSite && hugo --buildDrafts --minify --gc --themesDir .. --theme ."
|
|
publish = "exampleSite/public"
|
|
|
|
[build.environment]
|
|
HUGO_THEME = "hugo-tufte"
|