jekyll-archives icon indicating copy to clipboard operation
jekyll-archives copied to clipboard

:books: Archive pages for your Jekyll tags and categories.

Results 47 jekyll-archives issues
Sort by recently updated
recently updated
newest added

Can I list all posts on a page that belong to two categories, let's say, `question` and `ruby`? Right now I can list all posts either with category `question` or...

Regarding "**Type-specific layouts"** `site.com/categories` works using my defined `layout:` But how do I specify the layout for `site.com/categories/category1` ? It lists posts with `category1` but I don't see how to...

Can you use Jekyll-archives with docs instead of pages?

Hi there, this is not an "issue", rather a question: Is it possible to get all tags (like wildcarding *) on pages generated by jekyll? We've been using `tags-topics` (e.g....

## What is this? As it stands, this plugin only supports posts, i.e. documents in the default `posts` collection. Now that collections are mature and _very_ useful, this plugin ought...

It would be fairly useful for to me if jekyll-archives could generate a RSS/Atom feed along with each archive for a tag or category (or a date for that matter)....

Recently, I was struggling to understand why archives was generating duplicate pages. Without debug logging in how archives was processing each set of pages, it was difficult to determine where...

Hi, If you use an archive permalink that is not a directory and not ending by `.html`, such as `/:year`, it generates a file without extension, instead of adding `.html`...

has-pull-request

Hi! [I've been working on a feature](https://0xacab.org/sutty/jekyll/jekyll-archives/-/compare/upstream...generic) that allows to generate archives by any attribute and not only tags and categories, is it something you would be interested in merging?...

Let's say I have 1000s of posts under a particular category. Can I add pagination to this page as I can normally do on the index page with paginator?