hugo-theme-anubis2/exampleSite/netlify.toml

8 lines
167 B
TOML
Raw Normal View History

2022-02-17 13:31:44 +01:00
[build]
publish = "public"
command = "hugo --gc --minify"
[context.production.environment]
HUGO_VERSION = "0.92.0"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"