Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoThemesSite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-07-11 19:11:29 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-07-11 19:11:29 +0300
commit252bcc6b5e1d092f1cb94451709683569523fa3d (patch)
tree63aeff85baefb020d955dd4144e9700ac6a54fbd /templates
parent2e201795bd41ec6f4fc763f2e0ea2eb6a5eae30c (diff)
Make anchor tags in README work
Fixes #14
Diffstat (limited to 'templates')
-rw-r--r--templates/config-tpl-base.toml2
-rw-r--r--templates/config-tpl-params.toml1
2 files changed, 3 insertions, 0 deletions
diff --git a/templates/config-tpl-base.toml b/templates/config-tpl-base.toml
index 476ead1..7ef8cdb 100644
--- a/templates/config-tpl-base.toml
+++ b/templates/config-tpl-base.toml
@@ -7,3 +7,5 @@ paginate = 3
pygmentsCodeFences = "true"
pygmentsStyle = "trac"
+[blackfriday]
+plainIdAnchors=true
diff --git a/templates/config-tpl-params.toml b/templates/config-tpl-params.toml
index 3a854ad..5acef89 100644
--- a/templates/config-tpl-params.toml
+++ b/templates/config-tpl-params.toml
@@ -1,3 +1,4 @@
+
[author]
name = "Steve Francia"
github = "spf13"