Add a basic netlify file

This commit is contained in:
Bud Parr 2020-12-18 12:46:34 -05:00
parent a374fb4026
commit 2d4f1d8845
1 changed files with 15 additions and 0 deletions

15
netlify.toml Normal file
View File

@ -0,0 +1,15 @@
[build]
publish = "public"
command = "hugo"
[build.environment]
HUGO_VERSION = "0.78.2"
[context.production.environment]
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.branch-deploy]
command = "hugo -b $DEPLOY_PRIME_URL"