Explorar o código

chore: add Netlify config to build demo site

George Cushen %!s(int64=6) %!d(string=hai) anos
pai
achega
a19b8b8883
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      netlify.toml

+ 2 - 1
netlify.toml

@@ -1,8 +1,9 @@
 [build]
-  command = "hugo --themesDir ../../ -t repo"
+  command = "hugo --themesDir ../../"
   base    = "exampleSite"
   publish = "exampleSite/public"
   HUGO_VERSION = "0.53"
+  HUGO_THEME="repo"
   HUGO_ENABLEGITINFO = "true"
 
 [context.production.environment]