mirror of https://github.com/jpanther/congo.git
👷 Add Netlify config
parent
ba1a57144b
commit
8d6ae39cf4
|
@ -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"
|
Loading…
Reference in New Issue