From 413922113d7f4405443b0c0c31383f25cc52decd Mon Sep 17 00:00:00 2001 From: Leilukin Date: Fri, 19 Apr 2024 23:16:30 +0800 Subject: [PATCH] Set up KotOR shrine resources page --- src/shrines/starwarskotor/resources.md | 59 +++++++++++++++++++ .../resources/resources.11tydata.json | 12 ++++ 2 files changed, 71 insertions(+) create mode 100644 src/shrines/starwarskotor/resources.md create mode 100644 src/shrines/starwarskotor/resources/resources.11tydata.json diff --git a/src/shrines/starwarskotor/resources.md b/src/shrines/starwarskotor/resources.md new file mode 100644 index 00000000..69665e5d --- /dev/null +++ b/src/shrines/starwarskotor/resources.md @@ -0,0 +1,59 @@ +--- +layout: starwarskotor/content +title: Resources +pageTitle: "Star Wars: Knights of the Old Republic Resources" +desc: "List of Star Wars: Knights of the Old Republic resources I have created or compiled myself.." +tags: kotor shrine page +toc: true +templateEngineOverride: njk, md +eleventyNavigation: + key: KotOR Resources + parent: KotOR Shrine + title: Resources + order: 3 +--- + +## My Mods + +Here are the modifications for the KotOR series I have created. + + + +## My Modder's Resource + + + +## My Save Files + + + +## My Mod Lists + + + +## References + + + +## My Mod Builds + +Lists of modifications for the KotOR games I use for my own playthroughs. + + + diff --git a/src/shrines/starwarskotor/resources/resources.11tydata.json b/src/shrines/starwarskotor/resources/resources.11tydata.json new file mode 100644 index 00000000..074d60c7 --- /dev/null +++ b/src/shrines/starwarskotor/resources/resources.11tydata.json @@ -0,0 +1,12 @@ +{ + "tags": ["contents", "feed items", "kotor guides"], + "layout": "starwarskotor/content", + "isArticle": true, + "eleventyComputed": { + "title": "{{ articleTitle }} | Resources", + "eleventyNavigation": { + "key": "{{ articleTitle }}", + "parent": "KotOR Resources" + } + } +} \ No newline at end of file