👷 Add Netlify config

This commit is contained in:
James Panther
2021-08-24 17:35:26 +10:00
parent ba1a57144b
commit 8d6ae39cf4
+15
View File
@@ -0,0 +1,15 @@
[build]
base = "exampleSite"
command = "hugo --minify"
publish = "exampleSite/public"
[build.environment]
HUGO_VERSION = "0.86.1"
HUGO_THEMESDIR = "../.."
HUGO_THEME = "repo"
[context.production.environment]
HUGO_BASEURL = "$URL"
[context.deploy-preview.environment]
HUGO_BASEURL = "$DEPLOY_PRIME_URL"