mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
task: remove netlify config
This commit is contained in:
parent
cf2973b4b7
commit
4414bea41d
1 changed files with 0 additions and 23 deletions
23
netlify.toml
23
netlify.toml
|
@ -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"
|
Loading…
Reference in a new issue