From af205845111a42b4ec5761918a9e6a3bfa1455f8 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 24 May 2023 06:18:10 +0200 Subject: Added RSS feed for notes only --- config.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 93fb8a0..02779c8 100644 --- a/config.toml +++ b/config.toml @@ -39,3 +39,19 @@ enableRobotsTXT = true [markup.highlight] style = 'github' + +# Taxonomies. +[outputs] + index = ["HTML", "atom"] + section = ["HTML", "notes"] + +# Output formats. +[outputFormats] + [outputFormats.atom] + mediatype = "application/rss" + rel = "atom" + baseName = "atom" + [outputFormats.notes] + mediatype = "application/rss" + rel = "notes" + baseName = "notes" -- cgit v1.2.3