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: redirect blog.joshuakgoldberg.com -> joshuakgoldberg.com/blog #280

Open
3 tasks done
Pinjasaur opened this issue Jul 19, 2024 · 3 comments
Open
3 tasks done
Assignees
Labels
status: accepting prs Please, send a pull request to resolve this! type: feature New enhancement or request

Comments

@Pinjasaur
Copy link

Bug Report Checklist

  • I have tried restarting my IDE and the issue persists.
  • I have pulled the latest main branch of the repository.
  • I have searched for related issues and found none that matched my issue.

Overview

Hey Josh,

Didn't realize that you had completely migrated to the new blog since fixing your RSS feed last year e.g. JoshuaKGoldberg/Goldblog#392

New blog looks great! I'll need to get my RSS feed pointed at the new one and catch up on all this content

Would it be possible / have you thought about redirecting from the old blog subdomain to the new blog subdirectory?

e.g., if you did an HTTP 301 redirect of blog.joshuakgoldberg.com/* -> joshuakgoldberg.com/blog/:splat I think that would cover most things based on a quick sanity check of blog posts that exist on both e.g. https://blog.joshuakgoldberg.com/speeding-up-centered-part-1-81-iframe-embeds/ -> https://www.joshuakgoldberg.com/blog/speeding-up-centered-part-1-81-iframe-embeds/

I'm starting the redirect recommendation since that'll help humans and computers equally. If that's not possible, maybe just updating the contents of blog.joshuakgoldberg.com to reflect the new content location?

Additional Info

No response

@Pinjasaur Pinjasaur added the type: feature New enhancement or request label Jul 19, 2024
@JoshuaKGoldberg
Copy link
Owner

Hey again @Pinjasaur! This is a really good point. I just have the https://blog.joshuakgoldberg.com -> https://joshuakgoldberg.com/blog set up with a meta redirect in the old location:

<meta
  http-equiv="refresh"
  content="0; url=https://joshuakgoldberg.com/blog"
/>

Will look into trying to get this better hooked up, thanks!

@JoshuaKGoldberg JoshuaKGoldberg self-assigned this Jul 21, 2024
@JoshuaKGoldberg JoshuaKGoldberg added the status: accepting prs Please, send a pull request to resolve this! label Jul 21, 2024
@JoshuaKGoldberg
Copy link
Owner

@all-contributors please add @Pinjasaur for ideas.

🤖 Beep boop! This comment was added automatically by all-contributors-auto-action.
Not all contributions can be detected from Git & GitHub alone. Please comment any missing contribution types this bot missed.
...and of course, thank you for contributing! 💙

Copy link
Contributor

@JoshuaKGoldberg

I've put up a pull request to add @Pinjasaur! 🎉

I couldn't determine any contributions to add, did you specify any contributions?
Please make sure to use valid contribution names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: accepting prs Please, send a pull request to resolve this! type: feature New enhancement or request
Projects
None yet
Development

No branches or pull requests

2 participants