Procházet zdrojové kódy

chore: add Netlify config to build demo site

George Cushen před 6 roky
rodič
revize
8a9d7e01b1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"