From 7c059ece023f6f25c510144c5637bb98027cda5b Mon Sep 17 00:00:00 2001 From: Will Estes Date: Wed, 15 Jul 2026 11:06:07 -0400 Subject: [PATCH] Rename freebie -> gift Matches the gift. vanity redirect's own name instead of a different word for the same page. Co-Authored-By: Claude Sonnet 5 --- content/_index.md | 2 +- content/{freebie-thanks => gift-thanks}/index.md | 0 content/{freebie => gift}/index.md | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename content/{freebie-thanks => gift-thanks}/index.md (100%) rename content/{freebie => gift}/index.md (100%) diff --git a/content/_index.md b/content/_index.md index c9c57d1..3cb5e3a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -5,4 +5,4 @@ description: "TODO: one-line author bio/description" TODO: Michael's homepage copy goes here. -Get a free short story: [download the reader magnet](/freebie). +Get a free short story: [download the reader magnet](/gift). diff --git a/content/freebie-thanks/index.md b/content/gift-thanks/index.md similarity index 100% rename from content/freebie-thanks/index.md rename to content/gift-thanks/index.md diff --git a/content/freebie/index.md b/content/gift/index.md similarity index 100% rename from content/freebie/index.md rename to content/gift/index.md