summaryrefslogtreecommitdiffstats
path: root/docs/config.toml
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-08-08 01:41:18 -0600
committerAnthony Fok <foka@debian.org>2015-08-08 01:41:18 -0600
commit36b374f8ab788521991dfccf0cd765120cb9d7df (patch)
tree043b8bf150e877e9348a384d79bed2021cd1a73d /docs/config.toml
parentb14b90435a6eed8b505ec9bfae2e9bef3235f444 (diff)
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 ".
Diffstat (limited to 'docs/config.toml')
-rw-r--r--docs/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/config.toml b/docs/config.toml
index 313688a74..249f08bae 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -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"