From b626b0a6ddf0575ab017e9489114e706c93271b1 Mon Sep 17 00:00:00 2001 From: Elnu Date: Wed, 21 Dec 2022 16:36:35 -0800 Subject: [PATCH] Add RSS output format --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 86f23f9..3f83df7 100644 --- a/config.toml +++ b/config.toml @@ -40,4 +40,4 @@ baseName = 'stork.config' isPlainText = true [outputs] -home = ['html', 'stork'] +home = ['html', 'stork', 'rss']