From a92eb9f0aaf7d65f3d4a9fcd57db1e3b99665940 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 13 May 2021 15:17:18 +0200 Subject: [PATCH] docs: fix typos --- exampleSite/content/_index.md | 1 + exampleSite/content/usage/configuration.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index 01f5c31..fbf9f3c 100644 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -23,3 +23,4 @@ Geekdoc is a simple Hugo theme for documentations. It is intentionally designed - Easy customization - Zero initial configuration - Handy shortcodes +- Dark mode diff --git a/exampleSite/content/usage/configuration.md b/exampleSite/content/usage/configuration.md index 1c2b4c7..2264703 100644 --- a/exampleSite/content/usage/configuration.md +++ b/exampleSite/content/usage/configuration.md @@ -243,7 +243,7 @@ geekdocAnchor = true # from data file, otherwise information may be leaked. Setting this parameter to 'true' will exclude the # page from search data, feeds, etc. # WARNING: Consider hosting a standalone, fully auth-protected static page for secret information instead! -geekdocProtected: false +geekdocProtected = false ``` {{< /tab >}}