task: remove netlify config

This commit is contained in:
Sören Weber 2021-10-17 23:38:54 +02:00
parent cf2973b4b7
commit 4414bea41d
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -1,23 +0,0 @@
[build]
publish = "exampleSite/public"
command = "hugo -s exampleSite"
[build.environment]
HUGO_THEME = "repo"
HUGO_THEMESDIR = "/opt/build"
HUGO_VERSION = "0.87.0"
[context.production.environment]
HUGO_BASEURL = "https://relearn.netlify.app/"
[context.deploy-preview]
command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_ENABLEGITINFO = "true"
[context.branch-deplpy]
command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
HUGO_ENABLEGITINFO = "true"