Remove item-list CSS class name

This commit is contained in:
Helen Chong 2024-06-10 00:05:23 +08:00
parent a539a3a570
commit a85d6f91ce
7 changed files with 23 additions and 23 deletions

View File

@ -1,4 +1,4 @@
<ul class="item-list">
<ul>
{% for content in contentList %}
<li>
<p class="item-list__title">

View File

@ -9,7 +9,7 @@ eleventyNavigation:
## My Articles
Articles I have written.
<ul class="item-list">
<ul>
{%- for article in collections["my articles"] -%}
<li>
<p><a href="{{ article.url }}">{{ article.data.articleTitle }}</a></p>
@ -24,7 +24,7 @@ Articles I have written.
## Featured Articles
Articles featuring other people's interview with me.
<ul class="item-list">
<ul>
{%- for article in collections["featured articles"] -%}
<li>
<p><a href="{{ article.url }}">{{ article.data.articleTitle }}</a></p>

View File

@ -14,7 +14,7 @@ eleventyNavigation:
---
## My {% cite "Cassette Beasts" %} Articles
<ul class="item-list">
<ul>
{%- for article in collections["cassette beasts articles"] -%}
<li>
<p><a href="{{ article.url }}">{{ article.data.articleTitle }}</a></p>
@ -25,7 +25,7 @@ eleventyNavigation:
## {% cite "Cassette Beasts" %} Articles I Recommend
<ul class="item-list">
<ul>
<li><a href="https://www.pillowfort.social/posts/3642949">Cassette Beasts Level-Up Dialogue Summaries (Meredith)</a> by ArgentDandelion on Pillowfort — An analysis of Meredith's character.</li>
<li><a href="https://www.pillowfort.social/posts/3792935">Cassette Beasts Level-Up Dialogue Summaries (Viola)</a> by ArgentDandelion on Pillowfort — An analysis of Viola's character.</li>
<li><a href="https://www.youtube.com/watch?v=jFJ6tMeGsLg" target="blank">A Case Of Autism: Meredith (Cassette Beasts)</a> by Optical Drop — A video essay analysing Meredith's autistic coding.</li>

View File

@ -14,21 +14,21 @@ eleventyNavigation:
## Discussions
<ul class="item-list">
<ul>
<li><a href="https://discord.gg/byttenstudio" target="blank">Bytten Studio Discord server</a> — The official Discord server of the developer of {% cite "Cassette Beasts" %}, including channels for {% cite "Cassette Beasts" %}.</li>
<li><a href="https://www.reddit.com/r/cassettebeasts/">Cassette Beasts subreddit</a></li>
</ul>
## Graphics
<ul class="item-list">
<ul>
<li><a href="https://www.spriters-resource.com/pc_computer/cassettebeasts/">Cassette Beasts on The Spriters Resource</a> — Including character portraits, monster sprites, game elements, icons and more.</li>
<li><a href="https://discord.com/channels/594939411775619102/1133943053367910591/1164033894706860143" target="blank">Chart of bootleg sprites on Bytten Studios Discord server</a> — Including monsters from Update 1.2 and the "Pier of the Unknown" DLC</li>
</ul>
## Game Guides
<ul class="item-list">
<ul>
<li><a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2969626908" target="blank">Bootleg Monsters and Ritual Candle Guide</a> by Lost_Kitty</li>
<li><a href="https://www.reddit.com/r/cassettebeasts/comments/13tyaxv/quick_guide_on_bootleg_hunting_with_candles/" target="blank">Quick guide on bootleg hunting with Ritual Candles</a> by u/Zealousideal-Try4666</li>
<li><a href="https://steamcommunity.com/sharedfiles/filedetails/?id=3046262124">How to obtain all Prize Tickets in the "Pier of the Unknown" DLC</a> by Argo Dargo</li>
@ -36,7 +36,7 @@ eleventyNavigation:
## Modding
<ul class="item-list">
<ul>
<li><a href="https://modworkshop.net/game/cassette-beasts" target="blank">Cassette Beasts mods on ModWorkshop</a></li>
<li><a href="https://wiki.cassettebeasts.com/wiki/Modding:Modding" target="blank">Modding resources, guides and tutorials on the official Cassette Beasts wiki</a></li>
</ul>

View File

@ -14,7 +14,7 @@ eleventyNavigation:
---
## My Articles for Both Games
<ul class="item-list">
<ul>
{%- for article in collections["kotor both articles"] -%}
<li>
<p><a href="{{ article.url }}">{{ article.data.articleTitle }}</a></p>
@ -24,7 +24,7 @@ eleventyNavigation:
</ul>
## My KotOR 1 Articles
<ul class="item-list">
<ul>
{%- for article in collections["kotor 1 articles"] -%}
<li>
<p><a href="{{ article.url }}">{{ article.data.articleTitle }}</a></p>
@ -34,7 +34,7 @@ eleventyNavigation:
</ul>
## My KotOR 2 Articles
<ul class="item-list">
<ul>
{%- for article in collections["kotor 2 articles"] -%}
<li>
<p><a href="{{ article.url }}">{{ article.data.articleTitle }}</a></p>
@ -44,7 +44,7 @@ eleventyNavigation:
</ul>
## KotOR Articles I Recommend
<ul class="item-list">
<ul>
<li><a href="https://somblog.tumblr.com/post/175466502069/this-isnt-a-star-wars-fandom-blog-but-ive-been">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/">In Defense of Peragus: its not just well-designed, its 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" %}.</li>
</ul>

View File

@ -14,7 +14,7 @@ eleventyNavigation:
---
## My KotOR Guides
<ul class="item-list">
<ul>
{%- for article in collections["kotor guides"] -%}
<li>
<p><a href="{{ article.url }}">{{ article.data.articleTitle }}</a></p>
@ -24,19 +24,19 @@ eleventyNavigation:
</ul>
## KotOR 1 Guides by Others
<ul class="item-list">
<ul>
<li><a href="https://strategywiki.org/wiki/Star_Wars:_Knights_of_the_Old_Republic">{% cite "Star Wars: Knights of the Old Republic" %} section</a> on StrategyWiki</li>
</ul>
## KotOR 2: TSL Guides by Others
<ul class="item-list">
<ul>
<li><a href="https://web.archive.org/web/20190104130924/www.starwarsknights.com/influence.php">Influence Walkthrough</a> by by Achilles — This guide was written for the vanilla game. The Unofficial Dialog Patch on the page is not compatible with The Sith Lords Restored Content Mod (TSLRCM).</li>
<li><a href="https://www.reddit.com/r/kotor/comments/ruofg1/kotor_2_tslrcm_influence_guide/">TSLRCM Influence Guide</a> by u/XDarkStrikerX</li>
<li><a href="https://www.reddit.com/r/kotor/comments/vmhn73/kotor_2_tslrcm_influence_guide_collaboration/">TSLRCM Influence Guide Collaboration</a>, organised by u/Egg-MacGuffin. <a href="https://docs.google.com/spreadsheets/d/1SppuhOhl3AU-EAKjSji1EIJm41OTjeRGfVHbnmRwqio/edit?usp=sharing">Here is the direct link to the spreadsheet</a>.</li>
</ul>
## KotOR Cheats
<ul class="item-list">
<ul>
<li><a href="https://deadlystream.com/blogs/entry/414-blog-112-the-kotor1-warp-code-list/">KotOR1 Warp Code List</a> by by Sith Holocron</li>
<li><a href="https://deadlystream.com/blogs/entry/413-blog-111-the-tsl-warp-code-list/">TSL Warp Code List</a> by by Sith Holocron</li>
</ul>

View File

@ -17,34 +17,34 @@ eleventyNavigation:
Here are the modifications for the KotOR series I have created.
<ul class="item-list">
<ul>
<li><a href="/projects/kotor1mods/">{% cite "Star Wars: Knights of the Old Republic" %}</a></li>
<li><a href="/projects/kotor2mods/">{% cite "Star Wars: Knights of the Old Republic II: The Sith Lords" %}</a></li>
</ul>
## My Modder's Resource
<ul class="item-list">
<ul>
<li><a href="https://deadlystream.com/files/file/2249-missing-k1-party-member-ports-for-tsl-modders-resource/">Missing K1 Party Member Ports for TSL</a></li>
</ul>
## My Save Files
<ul class="item-list">
<ul>
<li><a href="https://deadlystream.com/files/file/2180-light-side-female-saves-with-kotor-1-community-patch-and-all-romances/">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/">KotOR 2 Light Side Female Saves with The Sith Lords Restored Content Mod and PartySwap</a></li>
</ul>
## My Mod Lists
<ul class="item-list">
<ul>
<li><a href="./kotor-same-gender-romance-mods">List of Same-Gender Romance Mods for the {% cite "KotOR" %} Series</a></li>
<li><a href="./kotor2-female-exile-recruit-handmaiden-mods">List of {% cite "KotOR 2" %} Mods that Allow Female Exiles to Recruit the Handmaiden as a Party Member</a></li>
</ul>
## References
<ul class="item-list">
<ul>
<li><a href="./tslrcm-m478ep-modules-music">The Sith Lords Restored Content Mod + M4-78 Enhancement Project Modules, Warp Codes & Music Overview</a></li>
</ul>
@ -52,7 +52,7 @@ Here are the modifications for the KotOR series I have created.
Lists of modifications for the KotOR games I use for my own playthroughs.
<ul class="item-list">
<ul>
<li><a href="https://docs.google.com/document/d/1BTMJ1c-NOjU9q7qNftZac6jkOPluyucILglovcHtiaI/edit">Star Wars: Knights of the Old Republic</a></li>
<li><a href="https://docs.google.com/document/d/15HbD-k-D8WHrp10IjIryAguhq7k2W94pkuGys7Z7xNM/edit">Star Wars: Knights of the Old Republic II: The Sith Lords</a></li>
</ul>