stop outputting broken RSS

This commit is contained in:
a 2023-03-26 01:18:44 -05:00
parent ade7cc7933
commit f8c7210abe

View file

@ -2,6 +2,7 @@ baseURL = 'https://wiki.trwnh.com/'
languageCode = 'en-us' languageCode = 'en-us'
title = 'wiki.trwnh.com' title = 'wiki.trwnh.com'
enableGitInfo = true enableGitInfo = true
disableKinds = ["taxonomy", "term"]
[markup.tableOfContents] [markup.tableOfContents]
startLevel = 2 startLevel = 2
@ -14,7 +15,8 @@ unsafe = true
lastmod = ["lastmod", ":git", "date", "publishDate"] lastmod = ["lastmod", ":git", "date", "publishDate"]
[outputs] [outputs]
home = ["HTML", "RSS", "JSON"] home = ["HTML", "JSON"]
section = ["HTML"]
page = ["HTML"] page = ["HTML"]
[params] [params]