From 158f7f47ff2a0966a89b2ceff3ff2ca8fd2a010c Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 23 May 2021 14:57:30 +0200 Subject: [PATCH] docs: add pluralizeListTitles = false to min config example (#33) --- exampleSite/config.yml | 1 + exampleSite/content/posts/getting-started.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/exampleSite/config.yml b/exampleSite/config.yml index da4ca73..9b29d81 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -6,6 +6,7 @@ pygmentsUseClasses: true pygmentsCodeFences: true enableGitInfo: true timeout: 180000 +pluralizeListTitles: false paginate: 5 diff --git a/exampleSite/content/posts/getting-started.md b/exampleSite/content/posts/getting-started.md index b0cec9e..a821ab2 100644 --- a/exampleSite/content/posts/getting-started.md +++ b/exampleSite/content/posts/getting-started.md @@ -75,6 +75,8 @@ To prepare your new site environment just a few steps are required: title = "Geekblog" theme = "hugo-geekblog" + pluralizeListTitles = false + # Geekblog required configuration pygmentsUseClasses = true pygmentsCodeFences = true