diff --git a/src/shrines/starwarskotor/guides.md b/src/shrines/starwarskotor/guides.md new file mode 100644 index 00000000..bc9f1866 --- /dev/null +++ b/src/shrines/starwarskotor/guides.md @@ -0,0 +1,34 @@ +--- +layout: starwarskotor/content +title: Guides +pageTitle: "Star Wars: Knights of the Old Republic Guides" +desc: "List of guides for the Star Wars: Knights of the Old Republic series I have written or found useful. This page also includes lists of cheats." +tags: kotor shrine page +toc: true +templateEngineOverride: njk, md +eleventyNavigation: + key: KotOR Guides + parent: KotOR Shrine + title: Guides + order: 2 +--- + +## My KotOR Guides + +## KotOR 1 Guides by Others + + +## KotOR 2: TSL Guides by Others + + +## KotOR Cheats + diff --git a/src/shrines/starwarskotor/guides/guides.11tydata.json b/src/shrines/starwarskotor/guides/guides.11tydata.json new file mode 100644 index 00000000..09f1ba1e --- /dev/null +++ b/src/shrines/starwarskotor/guides/guides.11tydata.json @@ -0,0 +1,12 @@ +{ + "tags": ["contents", "feed items", "kotor guides"], + "layout": "starwarskotor/content", + "isArticle": true, + "eleventyComputed": { + "title": "{{ articleTitle }} | Guides", + "eleventyNavigation": { + "key": "{{ articleTitle }}", + "parent": "KotOR Guides" + } + } +} \ No newline at end of file