Add Netlify config
This commit is contained in:
parent
1a24a432bf
commit
de0e0f65f0
1 changed files with 8 additions and 0 deletions
8
netlify.toml
Normal file
8
netlify.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
[build]
|
||||
publish = "public"
|
||||
command = "hugo"
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_VERSION = "0.30.2"
|
||||
HUGO_ENV = "production"
|
||||
HUGO_ENABLEGITINFO = "true"
|
Loading…
Reference in a new issue