From: Cameron Otsuka Date: Tue, 17 Jun 2025 18:17:27 +0000 (-0700) Subject: move category pages to folders X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=0207d2e527c8a3e0efa6950f153d4b0bab8651d3;p=cotsuka.github.io move category pages to folders --- diff --git a/src/pages/articles.astro b/src/pages/articles/index.astro similarity index 100% rename from src/pages/articles.astro rename to src/pages/articles/index.astro diff --git a/src/pages/links.astro b/src/pages/links/index.astro similarity index 100% rename from src/pages/links.astro rename to src/pages/links/index.astro diff --git a/src/pages/reviews.astro b/src/pages/reviews/index.astro similarity index 100% rename from src/pages/reviews.astro rename to src/pages/reviews/index.astro