From 58784328157874003af55180efb0a66a07b0622e Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Mon, 3 Jan 2022 21:56:27 +0100 Subject: [PATCH] add alternative output for members Signed-off-by: Toshaan Bharvani --- config/_default/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/_default/config.toml b/config/_default/config.toml index 2820d87..6a73533 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -16,6 +16,7 @@ enableEmoji = true [outputs] home = [ "HTML", "JSON" , "RSS" ] + members = [ "HTML", "JSON", "RSS" ] specifications = [ "HTML", "JSON" ] ready = [ "HTML", "JSON" ] schedule = [ "HTML", "Calendar" , "RSS" ]