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:
-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"]