disable excess rss feeds
This commit is contained in:
parent
bb8caf62bf
commit
5a76665519
1 changed files with 6 additions and 0 deletions
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue