diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index d901139..ba2a06a 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -5,6 +5,7 @@ theme: hugo-geekdoc pygmentsUseClasses: true pygmentsCodeFences: true timeout: 180000 +pluralizeListTitles: false # Geekdoc configuration disablePathToLower: true diff --git a/exampleSite/content/usage/getting-started.md b/exampleSite/content/usage/getting-started.md index 3c7fa91..20fa1f8 100644 --- a/exampleSite/content/usage/getting-started.md +++ b/exampleSite/content/usage/getting-started.md @@ -50,6 +50,8 @@ To prepare your new site environment just a few steps are required: title = "Geekdocs" theme = "hugo-geekdoc" + pluralizeListTitles = false + # Geekdoc required configuration pygmentsUseClasses = true pygmentsCodeFences = true