mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 09:02:29 +00:00
Switch themes to minimo
This commit is contained in:
15
themes/minimo/netlify.toml
Normal file
15
themes/minimo/netlify.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[build]
|
||||
publish = "exampleSite/public"
|
||||
|
||||
[context.production]
|
||||
command = "ln -s ${PWD} ../minimo && hugo --source=exampleSite --baseURL=${URL}"
|
||||
|
||||
[context.branch-deploy]
|
||||
command = "ln -s ${PWD} ../minimo && hugo --source=exampleSite --baseURL=${DEPLOY_PRIME_URL}"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "ln -s ${PWD} ../minimo && hugo --source=exampleSite --baseURL=${DEPLOY_PRIME_URL}"
|
||||
|
||||
[build.environment]
|
||||
HUGO_THEMESDIR = "../.."
|
||||
HUGO_VERSION = "0.73.0"
|
Reference in New Issue
Block a user