docs: add pluralizeListTitles = false to min config example (#33)

This commit is contained in:
Robert Kaussow 2021-05-23 14:57:30 +02:00 committed by GitHub
parent 5cb5dc0833
commit 158f7f47ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ pygmentsUseClasses: true
pygmentsCodeFences: true
enableGitInfo: true
timeout: 180000
pluralizeListTitles: false
paginate: 5

View File

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