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

github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthingsym <thingsym@gmail.com>2019-10-06 10:22:36 +0300
committerthingsym <thingsym@gmail.com>2019-10-06 10:22:36 +0300
commitd7f5d4e95582b170cd6046a5ba1a90456568910e (patch)
tree59f2c4f4eba428d25be7dd12d9a5465cd0e02156 /exampleSite
parentcb346c577e14495608c2f86163c7a2243b02735f (diff)
fix: fix exampleSite config
Diffstat (limited to 'exampleSite')
-rwxr-xr-xexampleSite/config.toml12
1 files changed, 9 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 2d345cd..47ec998 100755
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -8,8 +8,8 @@ theme = "hugo-theme-techdoc"
hasCJKLanguage = true
metaDataFormat = "yaml"
+pygmentsCodeFences = true
pygmentsUseClasses = true
-pygmentsCodefences = true
defaultContentLanguage = "en"
defaultContentLanguageInSubdir= false
@@ -36,8 +36,14 @@ enableMissingTranslationPlaceholders = false
# See the format reference https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference
# path name excluded from documentation menu
- menu_exclusion = ["archives", "blog", "entry", "post", "posts"]
-
+ menu_exclusion = [
+ "archives",
+ "archive",
+ "blog",
+ "entry",
+ "post",
+ "posts"
+ ]
# Global menu section
[[menu.main]]