mirror of
https://github.com/theNewDynamic/awesome-hugo.git
synced 2025-01-23 12:51:00 -05:00
Add a basic netlify file
This commit is contained in:
parent
a374fb4026
commit
2d4f1d8845
15
netlify.toml
Normal file
15
netlify.toml
Normal file
@ -0,0 +1,15 @@
|
||||
[build]
|
||||
publish = "public"
|
||||
command = "hugo"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.78.2"
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_ENV = "production"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "hugo -b $DEPLOY_PRIME_URL"
|
||||
|
||||
[context.branch-deploy]
|
||||
command = "hugo -b $DEPLOY_PRIME_URL"
|
Loading…
Reference in New Issue
Block a user