From 849550351e23ccacdf64c0bbd2b67d583e7c091a Mon Sep 17 00:00:00 2001 From: tosi29 Date: Sat, 23 Mar 2019 23:17:50 +0900 Subject: Add output (RSS) configuration to config.toml --- exampleSite/config.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'exampleSite') 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 -- cgit v1.2.3