From 7f7cc20906107db2d243d33ce98db3e3d066f191 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Sun, 30 Jun 2024 20:55:03 +0800 Subject: [PATCH] Dynamically list mod projects --- src/pages/projects.md | 21 ++++++++++++++++--- ...ydata.json => videogamemods.11tydata.json} | 0 2 files changed, 18 insertions(+), 3 deletions(-) rename src/projects/videogamemods/{mods.11tydata.json => videogamemods.11tydata.json} (100%) diff --git a/src/pages/projects.md b/src/pages/projects.md index ea00c80f..5448ec9b 100644 --- a/src/pages/projects.md +++ b/src/pages/projects.md @@ -14,6 +14,17 @@ eleventyComputed: * [Beehive](https://fan.leilukin.com/) — My fanlisting collective {% endcontainer %} +{% container "section", "content__section" %} +## My Code Projects + +{% endcontainer %} + {% container "section", "content__section" %} ## My Drawings @@ -26,9 +37,13 @@ My drawings can be found on my art blog on Tumblr: ## My Video Game Mods I have created mods (short for "modifications") for the following video games: - -* [Star Wars: Knights of the Old Republic](./videogamemods/kotor1) -* [Star Wars: Knights of the Old Republic II: The Sith Lords](./videogamemods/kotor2) + {% endcontainer %} {% container "section", "content__section" %} diff --git a/src/projects/videogamemods/mods.11tydata.json b/src/projects/videogamemods/videogamemods.11tydata.json similarity index 100% rename from src/projects/videogamemods/mods.11tydata.json rename to src/projects/videogamemods/videogamemods.11tydata.json