Selaa lähdekoodia

feat: add netlify build config

pull/2/head
Vivek R 5 vuotta sitten
vanhempi
commit
e890d56aff
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. +8
    -0
      netlify.toml

+ 8
- 0
netlify.toml Näytä tiedosto

@@ -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…
Peruuta
Tallenna