Update site name in params.yaml, remove Explore section from menu.yaml, and add new SlashPages content file

This commit is contained in:
Fundor333
2025-08-06 11:03:41 +02:00
parent 71f7f02aec
commit c47b50f451
3 changed files with 8 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ main:
name: "Now" name: "Now"
url: "/now" url: "/now"
weight: 28 weight: 28
- pageRef: "/explore" - pageRef: "/slashpages"
name: "Explore" name: "SlashPages"
url: "/explore" url: "/slashpages"
weight: 30 weight: 30

View File

@@ -1,4 +1,4 @@
sitename: Fundor 333 sitename: Fundor333 Dot Com
description: Fundor 333's personal space on the web description: Fundor 333's personal space on the web
image: /img/pilogo.jpg image: /img/pilogo.jpg
logo: /img/logo.png logo: /img/logo.png

View File

@@ -1,11 +1,14 @@
--- ---
title: "Explore" title: "SlashPages"
type: explore type: explore
specialpost: true specialpost: true
outputs: outputs:
- 'html' - 'html'
aliases:
- explore
--- ---
A list of all pages on this website, in alphabetical order. A list of all pages on this website, in alphabetical order.
A lot of them are describe in [here](https://slashpages.net/)
{{< allpages >}} {{< allpages >}}