1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Docs: Enable plain id anchors

Making it possible to post permanent anchored links to StackExchange etc.
This commit is contained in:
Bjørn Erik Pedersen
2016-01-14 22:59:38 +01:00
parent 78f9bf2444
commit f89eb349e4

View File

@ -3,6 +3,9 @@ baseurl = "http://gohugo.io/"
MetaDataFormat = "yaml"
pluralizeListTitles = false
[blackfriday]
plainIDAnchors = true
[params]
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"