ddev / ddev.com

Astro source code used to generate the static, public ddev.com site.
https://ddev.com
Apache License 2.0
12 stars 19 forks source link

Prune blog posts #37

Closed mattstein closed 1 year ago

mattstein commented 1 year ago

Related to the effort in #31, we’ll need to decide what to do with old blog posts. That means reviewing the list of remaining posts, and deciding which should be removed. If there’s an appropriate redirect for a deleted post, we should identify that here as well.

Posts to Keep

The following exhaustive list catalogs the blog posts we have left, in reverse-chronological order, with a link to each one’s detail page on the preview build.

Check off any posts that should stay. If the post should be deleted, specify redirects in the Redirects Needed section below.

Redirects Needed

List any deleted URL paths and the URLs they should redirect to so we can help readers and preserve SEO value.

Example:

rfay commented 1 year ago

Do you want me to do a PR to remove?

mattstein commented 1 year ago

@rfay Only if you want to!

It’ll need to remove the Markdown obviously, but should also remove unused images and in-text links to deleted posts, and add redirects to .platform/routes.yaml. Possibly remove authors that stop having posts, if that becomes relevant.

rfay commented 1 year ago

I did the checkboxes; you made that so easy. If you have any concerns about my choices, feel free to check another box.

mattstein commented 1 year ago

Thanks for doing that! I’ll trust your editorial decisions and take care of the project pruning.

mattstein commented 1 year ago

I did the checkboxes; you made that so easy.

@rfay If you’re immediately aware of anything you moved to the docs, calling out any redirects will probably save me some time. Otherwise I’ll root around and find what I can.

mattstein commented 1 year ago

Added redirects that seemed relevant for four of the articles we removed. This effort’s finished!

rfay commented 1 year ago

Congrats!