You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. tags-topics: [ energy, science ]) and we've got several .md pages with different tags. I would like to have a single page merging all pages of all tags without actually adding a "fake" tag like "ALL" in every page...
(tag.* would be something like a word everything in the URL)
In simple words, to have a single page where ALL tags content is generated, no matter how these tags are named - like in bash, using * ... What is the best way to achieve this?
(I am sorry not to explain in best details possible, I am not one of the web programmers...) Thanks a lot.
The text was updated successfully, but these errors were encountered:
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.tags-topics: [ energy, science ]
) and we've got several .md pages with different tags. I would like to have a single page merging all pages of all tags without actually adding a "fake" tag like "ALL" in every page...We are using it like this:
I am imagining something like an asterisk (*) to include all tags from everywhere, like imaginary
(
tag.*
would be something like a wordeverything
in the URL)In simple words, to have a single page where ALL tags content is generated, no matter how these tags are named - like in bash, using * ... What is the best way to achieve this?
(I am sorry not to explain in best details possible, I am not one of the web programmers...) Thanks a lot.
The text was updated successfully, but these errors were encountered: