hugo-tufte/netlify.toml

7 lines
160 B
TOML
Raw Normal View History

[build]
command = "cd exampleSite && hugo --minify --gc --themesDir .. --theme ."
publish = "exampleSite/public"
[build.environment]
HUGO_THEME = "hugo-tufte"