-
Notifications
You must be signed in to change notification settings - Fork 971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Disable taxonomy output through configuration #1750
Comments
I think it makes, I need to refactor the code for taxonomies so don't worry about it, I'll handle it. |
Is this issue still being worked on? If not I do not mind to contribute it, would just need some help and guidance. Related to this issue. Besides toggling it on or off (the output), it would be cool for me if I could have it generate only the Would this be considered as well please? As a quick hack I use for my |
I will handle that one in my current refactor, it's in progress but it's pretty big so it will take some time |
At the moment I'm using a simple script to remove taxonomy output and entries from the sitemap: |
I was hoping the |
The feed is only there if you need to generate a RSS/atom feed for the taxonomies. |
I've added it to the |
Are there |
You have to build the |
Thank you for the excellent work on zola! 🙌
I have a feature request, I'm using taxonomies (tags and category), but I would like them not the output all the pages in:
/tags
/tags/[name]
/category/
/category/[name]
The reason is that I use taxonomies these under the hood (tags are used in a naive related posts algorithm and categories are used to generate custom archive page). You can see my current archive page here, but that is a jekyll version, as I'm still in the process of migrating to zola.
I was hoping you could add an attribute to the taxonomy configuration (similarly to the
feed
option), something like this:Property could be also called
ouputPages
,renderPages
,render
... or anything along those lines.I will look into code to see if I can pull it off myself, but I still haven't wrote a line of rust in my life 🙈
Thank you!
P.S. I initially thought of just removing
/public/tags
and/public/category
after the build, but pages are also indexed in the sitemap. That was the moment I decided to open this issue 😬The text was updated successfully, but these errors were encountered: