simonw / til

Today I Learned
https://til.simonwillison.net
Apache License 2.0
1.08k stars 86 forks source link

Neater URLs for TILs #34

Closed simonw closed 3 years ago

simonw commented 3 years ago

Instead of this:

I want this:

simonw commented 3 years ago

The old URLs should redirect to the new ones.

To do this I'm going to rename the database from til.db to tils.db so I can redirect /til/til/x without breaking my ability to browse the data using Datasette.

simonw commented 3 years ago

Need to redirect /til/feed.atom to /tils/feed.atom too.

simonw commented 3 years ago

And /til/search to /tils/search.

simonw commented 3 years ago

Last step is going to be setting up redirects from the old page URLs themselves.

simonw commented 3 years ago

Shipped and tested. Here's a TIL I wrote about the redirects: https://til.simonwillison.net/datasette/redirects-for-datasette