-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
While running hugo server, if new taxonomy values gets added to content post, create also its list page #10901
Comments
It looks like this worked as expected prior to v0.103.0. @ralexrdz Do not use |
I am new to this repo and would like to take this issue please assign this to me |
Issue reproduced on the current build [1] as well Seems like this might be a duplicate of #9533 [1] |
Duplicate of #9533 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to reproduce
Run huge server and visit the localhost:1313/tags, which should be empty
Using text/code editor add some tags to the front matter of the post: content/posts/my-first post.md
visit again localhost:1313/tags and voila! automagically, there is are "foo" and "bar" categories, and under them my first post (expected behavior)
Click the link of one of the tag titles and will redirect to localhost:1313/tags/foo
Expected behavior: I would see the list page of the tag foo
Real behavior: 404 page not found
The page localhost:1313/tags/foo now shows its list page showing my-first-post as expected
I think there is a missing feature when new content get added, beacouse terms page for tags get updated automatically, but no list page is created. You depend on rerunning hugo server to see it working.
I need this because I have a simple CMS for my site using File Browser and running my site with hugo server to avoid rebuilding or restarting when new files gets added or are updated
The text was updated successfully, but these errors were encountered: