mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-25 06:20:40 +00:00
docs: add pluralizeListTitles = false to min config example (#33)
This commit is contained in:
parent
5cb5dc0833
commit
158f7f47ff
@ -6,6 +6,7 @@ pygmentsUseClasses: true
|
|||||||
pygmentsCodeFences: true
|
pygmentsCodeFences: true
|
||||||
enableGitInfo: true
|
enableGitInfo: true
|
||||||
timeout: 180000
|
timeout: 180000
|
||||||
|
pluralizeListTitles: false
|
||||||
|
|
||||||
paginate: 5
|
paginate: 5
|
||||||
|
|
||||||
|
@ -75,6 +75,8 @@ To prepare your new site environment just a few steps are required:
|
|||||||
title = "Geekblog"
|
title = "Geekblog"
|
||||||
theme = "hugo-geekblog"
|
theme = "hugo-geekblog"
|
||||||
|
|
||||||
|
pluralizeListTitles = false
|
||||||
|
|
||||||
# Geekblog required configuration
|
# Geekblog required configuration
|
||||||
pygmentsUseClasses = true
|
pygmentsUseClasses = true
|
||||||
pygmentsCodeFences = true
|
pygmentsCodeFences = true
|
||||||
|
Loading…
Reference in New Issue
Block a user