1
0
Fork 0
This repository has been archived on 2022-04-17. You can view files and clone it, but cannot push or open issues/pull-requests.
thepodcasterscommunity-site/netlify.toml

15 lines
401 B
TOML
Raw Normal View History

2020-10-11 17:49:02 -04:00
# netlify.toml -- File-based configuration contexts unless
# otherwise overridden by more specific
# contexts.
# Settings in this context are global and applied to all
[build]
publish = "public"
command = "hugo --gc --minify"
HUGO_VERSION = "0.76.3"
# Production branch deploy settings
[context.production.environment]
HUGO_ENV = "production"
HUGO_VERSION = "0.76.3"