mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
Docs: Enable plain id anchors
Making it possible to post permanent anchored links to StackExchange etc.
This commit is contained in:
@@ -3,6 +3,9 @@ baseurl = "http://gohugo.io/"
|
|||||||
MetaDataFormat = "yaml"
|
MetaDataFormat = "yaml"
|
||||||
pluralizeListTitles = false
|
pluralizeListTitles = false
|
||||||
|
|
||||||
|
[blackfriday]
|
||||||
|
plainIDAnchors = true
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
description = "Documentation of Hugo, a fast and flexible static site generator built with love by spf13, bep and friends in Go"
|
description = "Documentation of Hugo, a fast and flexible static site generator built with love by spf13, bep and friends in Go"
|
||||||
author = "Steve Francia (spf13) and friends"
|
author = "Steve Francia (spf13) and friends"
|
||||||
|
Reference in New Issue
Block a user