From c47b50f4518943345d0907840846f95a2a4f7822 Mon Sep 17 00:00:00 2001 From: Fundor333 Date: Wed, 6 Aug 2025 11:03:41 +0200 Subject: [PATCH] Update site name in params.yaml, remove Explore section from menu.yaml, and add new SlashPages content file --- config/_default/menu.yaml | 6 +++--- config/_default/params.yaml | 2 +- content/{explore.md => slashpages.md} | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) rename content/{explore.md => slashpages.md} (57%) diff --git a/config/_default/menu.yaml b/config/_default/menu.yaml index 8a243f91..61912ec9 100644 --- a/config/_default/menu.yaml +++ b/config/_default/menu.yaml @@ -23,7 +23,7 @@ main: name: "Now" url: "/now" weight: 28 - - pageRef: "/explore" - name: "Explore" - url: "/explore" + - pageRef: "/slashpages" + name: "SlashPages" + url: "/slashpages" weight: 30 diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 5a75e1a8..212e6ea9 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -1,4 +1,4 @@ -sitename: Fundor 333 +sitename: Fundor333 Dot Com description: Fundor 333's personal space on the web image: /img/pilogo.jpg logo: /img/logo.png diff --git a/content/explore.md b/content/slashpages.md similarity index 57% rename from content/explore.md rename to content/slashpages.md index 7f3240d0..8086ee48 100644 --- a/content/explore.md +++ b/content/slashpages.md @@ -1,11 +1,14 @@ --- -title: "Explore" +title: "SlashPages" type: explore specialpost: true outputs: - 'html' +aliases: +- explore --- A list of all pages on this website, in alphabetical order. +A lot of them are describe in [here](https://slashpages.net/) {{< allpages >}}