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:
-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