Skip to content
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

Open
rossbar opened this issue Jun 15, 2022 · 5 comments · May be fixed by #153
Open

Feature Request: Add blog indices to project-level URLs #75

rossbar opened this issue Jun 15, 2022 · 5 comments · May be fixed by #153

Comments

@rossbar
Copy link
Member

rossbar commented Jun 15, 2022

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.

@tupui
Copy link
Member

tupui commented Jun 15, 2022

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.

@jarrodmillman
Copy link
Member

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.

@jarrodmillman
Copy link
Member

You could add an index file with a link to the tags page.

@jarrodmillman
Copy link
Member

We may also be able to use URL redirects.

stefanv added a commit to stefanv/blog.scientific-python.org that referenced this issue Oct 26, 2023
@stefanv stefanv linked a pull request Oct 26, 2023 that will close this issue
@stefanv
Copy link
Member

stefanv commented Oct 26, 2023

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.
It does raise the question of whether we expect users to filter predominantly by tags or directories (I think so far it's been clear that we fully rely on tags, which have listing pages + RSS feeds generated).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants