Sfoglia il codice sorgente

prepare for exampleSite

zzossig 5 anni fa
parent
commit
b2c237d252
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 1 0
      archetypes/default.md
  2. 1 1
      theme.toml

+ 1 - 0
archetypes/default.md

@@ -3,4 +3,5 @@ title: "{{ replace .Name "-" " " | title }}"
 date: {{ .Date }}
 draft: false
 weight: 0
+enableToc: true
 ---

+ 1 - 1
theme.toml

@@ -1,6 +1,6 @@
 name = "Zzo"
 description = "Simple Hugo documentation theme."
-homepage = "https://github.com/zzossig/hugo-theme-zdoc"
+homepage = "https://zzodocs.netlify.com"
 license = "MIT"
 licenselink = "https://github.com/zzossig/hugo-theme-zdoc/blob/master/LICENSE.md"
 tags = ["accessible", "multilingual", "responsive", "documentation", "search", "simple", "light", "dark", "mobile"]