add netlify config examples #138
This commit is contained in:
parent
a1a83ea1de
commit
5c94f0297f
3 changed files with 17 additions and 0 deletions
8
exampleSite/netlify.toml
Normal file
8
exampleSite/netlify.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
[build]
|
||||
publish = "public"
|
||||
command = "hugo --gc --minify"
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_VERSION = "0.92.0"
|
||||
HUGO_ENV = "production"
|
||||
HUGO_ENABLEGITINFO = "true"
|
Loading…
Add table
Add a link
Reference in a new issue