diff --git a/src/shrines/starwarskotor/articles.md b/src/shrines/starwarskotor/articles.md new file mode 100644 index 00000000..5a524fd6 --- /dev/null +++ b/src/shrines/starwarskotor/articles.md @@ -0,0 +1,26 @@ +--- +layout: starwarskotor/content +title: Articles +pageTitle: "Star Wars: Knights of the Old Republic Articles" +desc: "List of articles written by me or other people that I recommend for the Star Wars: Knights of the Old Republic series." +tags: kotor shrine page +toc: true +templateEngineOverride: njk, md +eleventyNavigation: + key: KotOR Articles + parent: KotOR Shrine + title: Articles + order: 1 +--- + +## My Articles for Both Games + +## My KotOR 1 Articles + +## My KotOR 2 Articles + +## KotOR Articles I Recommend + \ No newline at end of file diff --git a/src/shrines/starwarskotor/articles/articles.11tydata.json b/src/shrines/starwarskotor/articles/articles.11tydata.json new file mode 100644 index 00000000..1486506f --- /dev/null +++ b/src/shrines/starwarskotor/articles/articles.11tydata.json @@ -0,0 +1,11 @@ +{ + "tags": ["contents", "feed items", "kotor articles"], + "layout": "starwarskotor/content", + "isArticle": true, + "eleventyComputed": { + "eleventyNavigation": { + "key": "{{ articleTitle }}", + "parent": "KotOR Articles" + } + } +} \ No newline at end of file