hugo-whisper-theme/netlify.toml

9 lines
191 B
TOML
Raw Normal View History

2019-02-17 06:55:16 +00:00
[build]
publish = "exampleSite/public"
command = "cd exampleSite && hugo --gc --themesDir ../.."
[build.environment]
2020-09-06 03:11:35 +00:00
HUGO_VERSION = "0.74.3"
2019-02-17 06:55:16 +00:00
HUGO_THEME = "repo"
2020-09-06 03:11:35 +00:00
HUGO_BASEURL = "/"