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

github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortosi29 <tosi16@gmail.com>2019-03-23 17:17:50 +0300
committertosi29 <tosi16@gmail.com>2019-03-23 17:17:50 +0300
commit849550351e23ccacdf64c0bbd2b67d583e7c091a (patch)
tree3e9a47a04d7a0e6aecb7d000e4a25a81a1d37c2f /exampleSite
parentae6141a4ae28c85116119f55c982ef70aa984763 (diff)
Add output (RSS) configuration to config.toml
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 57e9062..7ca16e3 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -33,5 +33,12 @@ summaryLength=150
[Params]
readmore = true
+[outputs] # c.f. https://gohugo.io/templates/output-formats/
+ home = ["HTML", "RSS"]
+ page = ["HTML"]
+ section = ["HTML", "RSS"]
+ taxonomyTerm = ["HTML", "RSS"]
+ taxonomy = ["HTML", "RSS"]
+
[sitemap]
filename = "sitemap.xml" # c.f. https://gohugo.io/templates/sitemap-template/#configure-sitemap-xml