Set up KotOR shrine articles
This commit is contained in:
parent
c7a5521ff2
commit
86eeb6ec9e
|
@ -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
|
||||||
|
<ul class="content-list">
|
||||||
|
<li><a href="https://somblog.tumblr.com/post/175466502069/this-isnt-a-star-wars-fandom-blog-but-ive-been" target="_blank">This essay about Juhani</a> by Tumblr user somblog is an excellent analysis of Juhani's character.</li>
|
||||||
|
<li><a href="https://www.reddit.com/r/kotor/comments/129co74/in_defense_of_peragus_its_not_just_welldesigned/" target="_blank">In Defense of Peragus: it’s not just well-designed, it’s a uniquely good level too</a> by Snigaroo on the KotOR Subreddit — An excellent essay that goes into detail in explaining why some of us actually find Peragus a good level. I am among the minority that genuinely enjoy Peragus, to the extent that I never even considered using any mod to skip the level, and I replay all the hologram recordings throughout Peragus and the Harbinger every time I replay <cite>KotOR 2</cite>.</li>
|
||||||
|
</ul>
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"tags": ["contents", "feed items", "kotor articles"],
|
||||||
|
"layout": "starwarskotor/content",
|
||||||
|
"isArticle": true,
|
||||||
|
"eleventyComputed": {
|
||||||
|
"eleventyNavigation": {
|
||||||
|
"key": "{{ articleTitle }}",
|
||||||
|
"parent": "KotOR Articles"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue