jekyll-archives
jekyll-archives copied to clipboard
Feature request: disable generation for specific categories
A feature to disable generation for specific categories will be useful.
+1
I found that you can override jekyll-archives by creating an index.html file where one should be generated (to create an alternate form of that archive page). I think the default behavior is Jekyll overriding the page generated by jekyll-archives, but I am concerned about this breaking.
I'm thinking about whether this would be too much configuration/options for the user. I don't think it would be too difficult to use an if
statement in the for
loop in Liquid when you're listing the archives.
That does sound like the right solution. That is what I will do, at least. Thanks.