Explorar el Código

chore: add Netlify config to build demo site

George Cushen hace 6 años
padre
commit
8a9d7e01b1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      netlify.toml

+ 1 - 1
netlify.toml

@@ -1,5 +1,5 @@
 [build]
-  command = "hugo --themesDir ../../ -t hugo-academic"
+  command = "hugo --themesDir ../../ -t repo"
   base    = "exampleSite"
   publish = "exampleSite/public"
   HUGO_VERSION = "0.53"