mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-05 06:22:41 +00:00
47 lines
1.9 KiB
Markdown
47 lines
1.9 KiB
Markdown
---
|
||
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
|
||
eleventyNavigation:
|
||
key: KotOR Articles
|
||
parent: KotOR Shrine
|
||
title: Articles
|
||
order: 1
|
||
---
|
||
|
||
## My Articles for Both Games
|
||
<ul>
|
||
{%- for article in collections["kotor both articles"] -%}
|
||
<li>
|
||
<p><a href="{{ article.url }}">{{ article.data.articleTitle }}</a></p>
|
||
<p>{{ article.date | formatDate }}</p>
|
||
</li>
|
||
{%- endfor -%}
|
||
</ul>
|
||
|
||
## My KotOR 1 Articles
|
||
<ul>
|
||
{%- for article in collections["kotor 1 articles"] -%}
|
||
<li>
|
||
<p><a href="{{ article.url }}">{{ article.data.articleTitle }}</a></p>
|
||
<p>{{ article.date | formatDate }}</p>
|
||
</li>
|
||
{%- endfor -%}
|
||
</ul>
|
||
|
||
## My KotOR 2 Articles
|
||
<ul>
|
||
{%- for article in collections["kotor 2 articles"] -%}
|
||
<li>
|
||
<p><a href="{{ article.url }}">{{ article.data.articleTitle }}</a></p>
|
||
<p>{{ article.date | formatDate }}</p>
|
||
</li>
|
||
{%- endfor -%}
|
||
</ul>
|
||
|
||
## KotOR Articles I Recommend
|
||
* [This essay about Juhani](https://somblog.tumblr.com/post/175466502069/this-isnt-a-star-wars-fandom-blog-but-ive-been) by Tumblr user somblog is an excellent analysis of Juhani's character.
|
||
* [In Defense of Peragus: it’s not just well-designed, it’s a uniquely good level too](https://www.reddit.com/r/kotor/comments/129co74/in_defense_of_peragus_its_not_just_welldesigned/) 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" %}. |