feat: add netlify build config
This commit is contained in:
parent
3e2648b386
commit
e890d56aff
8
netlify.toml
Normal file
8
netlify.toml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[build]
|
||||||
|
publish = "exampleSite/public"
|
||||||
|
command = "cd exampleSite && hugo --gc --themesDir ../.."
|
||||||
|
|
||||||
|
[build.environment]
|
||||||
|
HUGO_VERSION = "0.51"
|
||||||
|
HUGO_THEME = "repo"
|
||||||
|
HUGO_BASEURL = "/"
|
Loading…
x
Reference in New Issue
Block a user