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" ]