Set up KotOR shrine resources page
This commit is contained in:
parent
8cc0f255c4
commit
2fad18f87a
|
@ -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.
|
||||
|
||||
<ul class="content-list">
|
||||
<li><a href="/projects/kotor1mods/" target="_blank"><cite>Star Wars: Knights of the Old Republic</cite></a></li>
|
||||
<li><a href="/projects/kotor2mods/" target="_blank"><cite>Star Wars: Knights of the Old Republic II: The Sith Lords</cite></a></li>
|
||||
</ul>
|
||||
|
||||
## My Modder's Resource
|
||||
|
||||
<ul class="content-list">
|
||||
<li><a href="https://deadlystream.com/files/file/2249-missing-k1-party-member-ports-for-tsl-modders-resource/" target="_blank">Missing K1 Party Member Ports for TSL</a></li>
|
||||
</ul>
|
||||
|
||||
## My Save Files
|
||||
|
||||
<ul class="content-list">
|
||||
<li><a href="https://deadlystream.com/files/file/2180-light-side-female-saves-with-kotor-1-community-patch-and-all-romances/" target="_blank">Light Side Female Saves with KOTOR 1 Community Patch and All Romances</a></li>
|
||||
<li><a href="https://deadlystream.com/files/file/2213-kotor-2-light-side-female-saves-with-tslrcm-and-partyswap/" target="_blank">KotOR 2 Light Side Female Saves with The Sith Lords Restored Content Mod and PartySwap</a></li>
|
||||
</ul>
|
||||
|
||||
## My Mod Lists
|
||||
|
||||
<ul class="content-list">
|
||||
<li><a href="../kotor-same-gender-romance-mods">List of Same-Gender Romance Mods for the <cite>KotOR</cite> Series</a></li>
|
||||
<li><a href="../kotor2-female-exile-recruit-handmaiden-mods">List of <cite>KotOR 2</cite> Mods that Allow Female Exiles to Recruit the Handmaiden as a Party Member</a></li>
|
||||
</ul>
|
||||
|
||||
## References
|
||||
|
||||
<ul class="content-list">
|
||||
<li><a href="../tslrcm-m478ep-modules-music.html">The Sith Lords Restored Content Mod + M4-78 Enhancement Project Modules, Warp Codes & Music Overview</a></li>
|
||||
</ul>
|
||||
|
||||
## My Mod Builds
|
||||
|
||||
Lists of modifications for the KotOR games I use for my own playthroughs.
|
||||
|
||||
<ul class="content-list">
|
||||
<li><a href="https://docs.google.com/document/d/1BTMJ1c-NOjU9q7qNftZac6jkOPluyucILglovcHtiaI/edit" target="_blank">Star Wars: Knights of the Old Republic</a></li>
|
||||
<li><a href="https://docs.google.com/document/d/15HbD-k-D8WHrp10IjIryAguhq7k2W94pkuGys7Z7xNM/edit" target="_blank">Star Wars: Knights of the Old Republic II: The Sith Lords</a></li>
|
||||
</ul>
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue