hugo-tufte/netlify.toml

7 lines
174 B
TOML
Raw Normal View History

[build]
2023-05-01 18:57:00 +02:00
command = "cd exampleSite && hugo --buildDrafts --minify --gc --themesDir .. --theme ."
publish = "exampleSite/public"
[build.environment]
HUGO_THEME = "hugo-tufte"