From be72755b8e41e33329f8316114e9fa83e6407099 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 10 Jun 2024 21:17:19 +0200 Subject: [PATCH] add permalinks to projects --- main/_data/projects.json | 30 ++++++++++++++++++++---------- main/_includes/projects.html | 2 +- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/main/_data/projects.json b/main/_data/projects.json index 13b2619..2571e8a 100644 --- a/main/_data/projects.json +++ b/main/_data/projects.json @@ -13,7 +13,8 @@ "link": "https://store.steampowered.com/app/1651490/Tiny_Life/" } ], - "icon": "tiny" + "icon": "tiny", + "slug": "tiny-life" }, { "name": "💡 Actually Additions", @@ -33,7 +34,8 @@ } ], "status": "Maintained", - "icon": "aa" + "icon": "aa", + "slug": "actually-additions" }, { "name": "🌲 Nature's Aura", @@ -53,7 +55,8 @@ "link": "https://github.com/Ellpeck/NaturesAura/issues" } ], - "icon": "na" + "icon": "na", + "slug": "natures-aura" }, { "name": "🚋 Pretty Pipes", @@ -73,7 +76,8 @@ "link": "https://github.com/Ellpeck/PrettyPipes/issues" } ], - "icon": "pp" + "icon": "pp", + "slug": "pretty-pipes" }, { "name": "đŸ–ŧī¸ Custom Frames", @@ -89,7 +93,8 @@ } ], "status": "Side project", - "icon": "obsidian" + "icon": "obsidian", + "slug": "custom-frames" }, { "name": "⏱ī¸ Super Simple Time Tracker", @@ -105,7 +110,8 @@ } ], "status": "Side project", - "icon": "obsidian" + "icon": "obsidian", + "slug": "super-simple-time-tracker" }, { "name": "🕹ī¸ MLEM", @@ -121,7 +127,8 @@ } ], "status": "Side project", - "icon": "mlem" + "icon": "mlem", + "slug": "mlem" }, { "name": "🐧 Waddle", @@ -133,7 +140,8 @@ } ], "status": "Team member", - "icon": "waddle" + "icon": "waddle", + "slug": "waddle" }, { "name": "🎟ī¸ Touchy Tickets", @@ -149,7 +157,8 @@ } ], "status": "Released", - "icon": "tt" + "icon": "tt", + "slug": "touchy-tickets" }, { "name": "⚔ī¸ Foe Frenzy", @@ -164,6 +173,7 @@ } ], "status": "Released", - "icon": "ff" + "icon": "ff", + "slug": "foe-frenzy" } ] diff --git a/main/_includes/projects.html b/main/_includes/projects.html index eb58ae5..451b698 100644 --- a/main/_includes/projects.html +++ b/main/_includes/projects.html @@ -14,7 +14,7 @@ {{ item.status }} {% endif %} -

{{ item.name }}

+

{{ item.name }}

{{ item.desc }}

{%- for link in item.links -%}