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 >}}