disable excess rss feeds

This commit is contained in:
wires 2025-04-02 13:00:09 -04:00
parent bb8caf62bf
commit 5a76665519
Signed by: wires
SSH key fingerprint: SHA256:9GtP+M3O2IivPDlw1UY872UPUuJH2gI0yG6ExBxaaiM

View file

@ -13,6 +13,12 @@ summaryLength = 10
goldmark.renderer.unsafe = true goldmark.renderer.unsafe = true
tableOfContents.ordered = true tableOfContents.ordered = true
[outputs]
page = ["HTML"]
home = ["HTML", "RSS"]
term = ["HTML"]
taxonomy = ["HTML"]
[outputFormats.rss] [outputFormats.rss]
baseName = 'feed' baseName = 'feed'