summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2014-09-26 23:44:09 -0400
committerspf13 <steve.francia@gmail.com>2014-10-07 16:43:33 -0400
commite68e7ef96fb7a83319f6d828799524f85c75c5eb (patch)
tree444e6cb095decda24faa74973423921fa9b9f864 /docs
parenteeaf343a148dc1a0585fc63b8f9789add57bd0ab (diff)
Configure footnote rendering.
- The config file can provide FootnoteAnchorPrefix, which will be used by blackfriday when rendering to HTML. A value of `q:` has the effect of making the anchor for a footnote `[^footie]` be `fn:q:footie`. The default is `""`. - The config file can provide FootnoteReturnLinkContents, which will be used by blackfriday when rendering to HTML. A value of `^` has the effect of making the return link be `^` instead of `[return]`.
Diffstat (limited to 'docs')
-rw-r--r--docs/content/overview/configuration.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md
index d82adb903..c612b244e 100644
--- a/docs/content/overview/configuration.md
+++ b/docs/content/overview/configuration.md
@@ -40,6 +40,7 @@ The following is an example of a toml config file with some of the default value
builddrafts = false
baseurl = "http://yoursite.example.com/"
canonifyurls = true
+
[indexes]
category = "categories"
tag = "tags"
@@ -49,6 +50,7 @@ Here is a yaml configuration file which sets a few more options
---
baseurl: "http://yoursite.example.com/"
title: "Yoyodyne Widget Blogging"
+ footnotereturnlinkcontents: "↩"
permalinks:
post: /:year/:month/:title/
params: