mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-02 22:52:51 +02:00
docs: Add site title; set pluralizeListTitles = false
To prevent "Showcase" from becoming "Showcases", also to have the RSS feed display correct titles, i.e. "Showcase on gohugo.io" rather than "Showcase on ".
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
title = "gohugo.io"
|
||||
baseurl = "http://gohugo.io/"
|
||||
MetaDataFormat = "yaml"
|
||||
pluralizeListTitles = false
|
||||
|
||||
[params]
|
||||
description = "Documentation of Hugo, a fast and flexible static site generator built with love by spf13 and friends in Go"
|
||||
|
Reference in New Issue
Block a user