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

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsur <asur@asurbernardo.com>2020-10-14 21:44:39 +0300
committerAsur <asur@asurbernardo.com>2020-10-14 21:44:39 +0300
commit6e8cb4e466fed828a71e03e27b6ed11c1800d0a4 (patch)
tree97cb35c1b7057188b57f8b998f6ffea99d397989
parentfa506ddd3f1c080d41b7cdfc8753ff5e862847e9 (diff)
Update sample site configurationfeature-update-docs-and-sample-site
-rw-r--r--exampleSite/config.toml14
1 files changed, 13 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8b12ae6..3303eca 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -80,5 +80,17 @@ paginate = 3
publisherLogoWidth = 600
publisherLogoHeight = 60
+[outputs]
+ home = [ "HTML", "RSS", "SearchIndex"]
+
+[outputFormats]
+ [outputFormats.SearchIndex]
+ mediaType= "application/json"
+ baseName= "search"
+ isPlainText= true
+ notAlternative= true
+
[markup]
- defaultMarkdownHandler = "blackfriday" \ No newline at end of file
+ [markup.goldmark]
+ [markup.goldmark.renderer]
+ unsafe = true \ No newline at end of file