-
Notifications
You must be signed in to change notification settings - Fork 34
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: Add blog indices to project-level URLs #75
Comments
I think this is supposed to be the tag functionality no? On StackOverflow for instance, you can associate a description to tags. That would more or less do it I think. |
We already have: https://blog.scientific-python.org/tags/scipy/ There are a ton of other features we could add, but someone need to implement them. PRs welcome. |
You could add an index file with a link to the tags page. |
We may also be able to use URL redirects. |
I show how to implement this in #153 The PR does not add atom.xml files for subdirectories, but it shouldn't be hard to enable. |
Currently the urls for the blog posts look something like:
https://blog.scientific-python.org/posts/scipy/internships/smit/
It would be nice if the project directory (i.e.
posts/scipy/
in the above) contained an index/listing of project-specific blog-posts.The text was updated successfully, but these errors were encountered: