From b44c427fa2d19f6e53293d4c6d576e1d7932acc7 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Wed, 10 Jul 2024 22:08:01 +0200 Subject: [PATCH] :truck: rename /more to /slashes to follow indieweb standard Signed-off-by: SindreKjelsrud --- src/pages/index.astro | 2 +- src/pages/{more.md => slashes.md} | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) rename src/pages/{more.md => slashes.md} (83%) diff --git a/src/pages/index.astro b/src/pages/index.astro index 254851b..9a870b9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -21,7 +21,7 @@ import HeaderLink from '../components/HeaderLink.astro';
  • ✍️ blog~ i write my thoughts sometimes
  • πŸ—‚οΈ logs~ a record of what I've watched, read & climbed
  • πŸ“Έ gallery~ moments and places of my life, in pictures
  • -
  • πŸ¦• more~ additional pages
  • +
  • πŸ¦• more~ additional slash pages
  • diff --git a/src/pages/more.md b/src/pages/slashes.md similarity index 83% rename from src/pages/more.md rename to src/pages/slashes.md index 70ce885..e904cc7 100644 --- a/src/pages/more.md +++ b/src/pages/slashes.md @@ -1,9 +1,11 @@ --- -title: "More" -description: "Here you'll see some more of the various pages so that the landing page doesn't overflow with pages lol." +title: "πŸ—‘ Slash Pages" +description: "" layout: "../layouts/Layout.astro" --- +These are the rest of the [**slash pages**](https://slashpages.net/) on my website. + [πŸ”– **bookmarks**](/bookmarks) Β· collection of my favorite links to content around the web [🌐 **connect**](/connect) Β· ways to reach me across the cyberspace @@ -26,4 +28,4 @@ layout: "../layouts/Layout.astro" [🎁 **wishlist**](/wish) Β· my public wishlist -[πŸ—ΊοΈ **worldmap**](/worldmap) Β· map of places I've been in the world +[πŸ—ΊοΈ **worldmap**](/worldmap) Β· map of places I've been in the world \ No newline at end of file