Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2020-01-30 17:12:33 +0300
committerzzossig <zzossig@gmail.com>2020-01-30 17:12:33 +0300
commitb2c237d252e3c83ca33e1af87c04800714e4c650 (patch)
tree2db38a63371defb84a07cb75323855af60db7ba6
parent5eb5991271fd5f5d7352a1b8903b214907490790 (diff)
prepare for exampleSite
-rw-r--r--archetypes/default.md1
-rw-r--r--theme.toml2
2 files changed, 2 insertions, 1 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index 57da730..518800c 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -3,4 +3,5 @@ title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: false
weight: 0
+enableToc: true
---
diff --git a/theme.toml b/theme.toml
index a05ea70..a0736db 100644
--- a/theme.toml
+++ b/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"]