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