From 64b2edb0d2bf6b668c95c67c4caef10a1ed963ab Mon Sep 17 00:00:00 2001 From: Ricardo Date: Sun, 1 Feb 2026 14:17:31 +0100 Subject: [PATCH] refactor: reorder slashes page - dynamic pages first - Move dynamic pages (created via Indiekit) to top - Rename sections: "Pages" and "Activity Feeds" - Remove /about from list (already in main nav) Co-Authored-By: Claude Opus 4.5 --- slashes.njk | 107 ++++++++++++++++++++++++---------------------------- 1 file changed, 49 insertions(+), 58 deletions(-) diff --git a/slashes.njk b/slashes.njk index 3a1de7b..df4444c 100644 --- a/slashes.njk +++ b/slashes.njk @@ -8,68 +8,12 @@ permalink: /slashes/

Slash Pages

Root-level pages on this site. Inspired by slashpages.net. - ({{ collections.pages.length }} total)

- {# Static pages (hardcoded in theme) #} -
-

Site Pages

-
    -
  • -
    -

    - /about -

    -
    -

    About me and this site

    -
  • -
  • -
    -

    - /listening -

    -
    -

    What I'm listening to

    -
  • -
  • -
    -

    - /funkwhale -

    -
    -

    My Funkwhale activity

    -
  • -
  • -
    -

    - /github -

    -
    -

    My GitHub activity

    -
  • -
  • -
    -

    - /youtube -

    -
    -

    My YouTube channel

    -
  • -
  • -
    -

    - /news -

    -
    -

    RSS feed aggregator

    -
  • -
-
- {# Dynamic pages (created via Indiekit) #} {% if collections.pages.length > 0 %} -
-

Dynamic Pages

+
+

Pages

    {% for page in collections.pages %}
  • @@ -96,6 +40,53 @@ permalink: /slashes/
{% endif %} + {# Activity pages (from Indiekit plugins) #} +
+

Activity Feeds

+
    +
  • +
    +

    + /github +

    +
    +

    My GitHub activity

    +
  • +
  • +
    +

    + /listening +

    +
    +

    Last.fm scrobbles

    +
  • +
  • +
    +

    + /funkwhale +

    +
    +

    My Funkwhale activity

    +
  • +
  • +
    +

    + /youtube +

    +
    +

    My YouTube channel

    +
  • +
  • +
    +

    + /news +

    +
    +

    RSS feed aggregator

    +
  • +
+
+ {# Inspiration section #}

Want more slash pages?