-
Notifications
You must be signed in to change notification settings - Fork 50
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
Update migrated blog slugs #638
Comments
On the subject, while I'm thinking about it, we might want to add a redirect rule that captures all of the old links and forwards them to the new link, like so: /blog/year/month/slug -> /blog/slug. Or maybe rethink the way we've been doing blog slugs on the new site. |
Indeed! I was just asking @MarsBarLee about it on another PR because I think she mentioned that the CI is adding them or “fixing” redirects and I saw no evidence of that. |
Agreed, CI is not doing anything of the sort that I can tell. I've been adding all my redirects manually to Regardless of what decision is made on the Labs blog slug paradigm, I'm thinking that it would be good to implement something cleaner for "simple" redirects like these for the blogs (esp. for Consulting blog), where for now each redirect is an explicit entry in the If folks like this, I can create an issue for it. |
Just to make sure we're on the same page, you're proposing an explicit redirect table like the following, right? That seems like the simplest way to do it (and possibly least error-prone, despite the volume of entries). I'm +1 on that. |
Yes, exactly that semantics @gabalafou. Though probably it would exist in code as a mapping? |
It would be useful to go through all blog slugs and update them, so they are all:
Some examples are listed in @gabalafou's comment here.
The text was updated successfully, but these errors were encountered: