commit a3a7df3b74fec67a3f89088e01f29c98016c8891 parent 40b2515b13fe9c41981135a395328d22d7c1aad5 Author: Ian <ian@shmage.xyz> Date: Sat, 4 Feb 2023 01:57:06 -0500 change rss link to be like old site Diffstat:
M | config.toml | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/config.toml b/config.toml @@ -2,3 +2,8 @@ baseURL = 'https://shmage.xyz' languageCode = 'en-us' title = "Shmage's Website" theme = 'wizard' + +[outputFormats] + [outputFormats.RSS] + mediatype = "application/rss" + basename = "rss"