stop outputting broken RSS

This commit is contained in:
a 2023-03-26 01:18:44 -05:00
parent ade7cc7933
commit f8c7210abe
1 changed files with 3 additions and 1 deletions

View File

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