From ce91b7dc81a93f5d195ef2b636fafabe00665993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 11 Apr 2022 22:15:40 +0300 Subject: [PATCH] add RSS --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index 2831d58..11f7e30 100644 --- a/config.toml +++ b/config.toml @@ -3,3 +3,6 @@ languageCode = 'en-us' title = 'Public record of Motiejus Jakštys' theme = 'default' author = "Motiejus Jakštys" + +[outputs] + home = ['HTML', 'RSS']