Add 2023 changelogs
This commit is contained in:
parent
c96a41b4f7
commit
b953ba40ca
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
articleTitle: 2023 New Year Redesign of Leilukin's Hub
|
||||
desc: About giving my website a new design in light of a new year of 2023.
|
||||
date: 2023-01-26
|
||||
categories: ["site updates"]
|
||||
---
|
||||
|
||||
![A screenshot of Leilukin's Hub home page, with its layout design released on January 26, 2023](/assets/layouts/Leilukins-Hub-layout-2023-01.png)
|
||||
|
||||
In light of a new year, the Leilukin's Hub website has received a new design on 26 January 2023!
|
||||
|
||||
I have wanted to rewrite and redesign this site after learning HTML and CSS more and getting better at writing those languages. With Visual Studio Code and the [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) extension installed, I have also finally found a good workflow for me to write and test HTML and CSS.
|
||||
|
||||
Looking at other Neocities websites have also given me more ideas in enhancing my own website. Special thanks to [sadgrl.online](https://sadgrl.online/), whose various web building resources, including the Layout Builder, have helped tremendously in redesigning this site.
|
||||
|
||||
With this 2023 new year redesign of this website, the index page, which is for when you visit the link [leilukin.neocities.org](https://leilukin.neocities.org/), you will be presented with a very simple page, but when you click the "Enter" button to enter, you will be brought to my website's home page, and can start properly browsing my website, and enjoying the new design!
|
||||
|
||||
Highlights of the 2023 New Year redesign of Leilukin's Hub:
|
||||
|
||||
* Uses purple colour schemes primarily, as purple is one of my favourite colours.
|
||||
* Each page category has their own CSS file, allowing me to give certain pages unique elements. However, the site still has a main CSS file to be imported into CSS files of other pages, saving me time to edit the CSS files one by one just to tweak a certain part of the main layout design.
|
||||
* Background image added.
|
||||
* Sidebars added, with the contents being sticky, so you can still see them while scrolling through.
|
||||
* The navigation links are now on the right sidebar. Previously, the navigation links of my website are in a row placed at the header section.
|
||||
* The table of contents of some of my pages is now placed on the left sidebar.
|
||||
* The [website changelog](/changelog/) page adds archives for the layout designs of this site and old changelog.
|
||||
* My [video game mod pages](/mymods) have added a filter function, so you can use buttons to view a specific category of mods.
|
||||
|
||||
After spending many hours on this site redesign, I am very pleased with how it turns out. Hope you enjoy it!
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
articleTitle: June 2023 Leilukin's Hub Layout Rewrite
|
||||
desc: The HTML, CSS and JavaScript of my entire website have been rewritten in June 2023 to improve its layout.
|
||||
date: 2023-06-23
|
||||
categories: ["site updates"]
|
||||
---
|
||||
|
||||
![A screenshot of Leilukin's Hub home page, with its new layout released on June 23, 2023](/assets/layouts/Leilukins-Hub-layout-2023-06.png)
|
||||
|
||||
Happy Pride Month! It is always Pride on this literally [queer-coded](https://isaacfish.neocities.org/webring/) (as in, literally coded by a queer person) website, so Leilukin's Hub decided to celebrate Pride Month with a major update — rewriting the entire website's layout!
|
||||
|
||||
This new layout remains the same colour scheme as the previous one, which went live in January this year. The most noticeable change you would see in this new layout is the sticky navigation bar, a feature that previously only existed in [my shrines](/shrines/). However, under the hood the HTML, CSS and JavaScript all have been rewritten from the ground up to optimise the site's layout.
|
||||
|
||||
Highlights of the June 2023 layout rewrite of Leilukin's Hub:
|
||||
|
||||
* A new navigation bar throughout the entire website, instead of putting links to this site's pages on the sidebar. The design of this navigation bar is inspired by the dropdown menu bar at the end of this article: [6 Best Practices for Building Responsive Dropdown Menus](https://webdesign.tutsplus.com/articles/best-practices-for-responsive-dropdown-menus--cms-35212).
|
||||
* Rewrite the HTML elements to improve the website's layout.
|
||||
* Use a mobile-first workflow to rewrite the CSS of this website to make the website more responsive to various screen sizes (mobile, tablet and desktop).
|
||||
* Streamline the CSS of the main parts of the site into one CSS file. The only pages that also have their own CSS due to unique elements with custom classes exclusive to the pages are [my mod pages](/mymods/). The shrines still have their own CSS files, however.
|
||||
* Use [Andy Bell's modern CSS reset](https://andy-bell.co.uk/a-modern-css-reset/) for the CSS of the entire website.
|
||||
* The header, navigation bar and footer have their own scripts to dynamically render the content of these elements with JavaScript's [`innerHTML`](https://www.javascripttutorial.net/javascript-dom/javascript-innerhtml/) property.
|
||||
* Add a "Back to top" link to the footer to quickly scroll back to the top of the page you are viewing
|
||||
|
||||
Rewriting the layout of this entire website has taken me many hours on this site redesign. Nevertheless, I am very pleased with how it turns out. Enjoy!
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
date: 2023-01-25
|
||||
---
|
||||
|
||||
* Added my latest mod, TSL Twi'lek Male NPC Diversity, to [my mods for Star Wars: Knights of the Old Republic II: The Sith Lords](/projects/kotor2mods) page.
|
||||
* Corrected the mod description of KotOR 1 Twi'lek Male NPC Diversity on [my mods for Star Wars: Knights of the Old Republic](/projects/kotor1mods) page.
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
date: 2023-01-26
|
||||
---
|
||||
* The entire website has been redesigned! See the [2023 New Year Redesign of Leilukin's Hub](/blog/posts/2023-01-26-new-year-leilukins-hub-redesign) for more information!
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
date: 2023-01-28
|
||||
---
|
||||
|
||||
* Added a [Links](/links) page.
|
||||
* Move the link to [changelog](/changelog/) to the sidebar.
|
||||
* Due to these new changes to the navigation links on the sidebar, I wrote a JavaScript file to dynamically generate the contents on the right sidebar and the footer across multiple pages on this site.
|
||||
* Adjust the line spacing and the spacing between the listed items on the [changelog](/changelog/) page.
|
||||
* Made adjustments to the relative paths in the HTML files, to ensure this site's favicons will show up on the title bar by default.
|
||||
* Fixed the issue of the page style not applied to the Not Found page.
|
||||
* Updated the [About](/about) page.
|
||||
* Update the [Page Not Found](/not_found) page.
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-01-30
|
||||
---
|
||||
|
||||
* Added my latest mod, Juhani Item Pack for TSL, to [my mods for Star Wars: Knights of the Old Republic II: The Sith Lords](/projects/kotor2mods) page.
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
date: 2023-01-31
|
||||
---
|
||||
* Updated the [Links](/links) page as I have officially joined the [Queer Coded webring](https://isaacfish.neocities.org/webring/).
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-02-07
|
||||
---
|
||||
|
||||
* Updated the [Resources](/resources) page to add a my [Missing K1 Party Member Ports for TSL](https://deadlystream.com/files/file/2249-missing-k1-party-member-ports-for-tsl-modders-resource/) modder's resource.
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
date: 2023-02-10
|
||||
---
|
||||
|
||||
* Updated the banner image of my Alternate Revan Romances REDUX mod on the [Star Wars: Knights of the Old Republic II: The Sith Lords mod page](/projects/kotor2mods).
|
||||
* Added a Webrings section on the [home page](/home).
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-02-16
|
||||
---
|
||||
|
||||
* Added a [Shrines](/shrines/) page, with the first e-shrine on this website being [A Summer’s End — Hong Kong 1986](/shrines/asummersend/).
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
date: 2023-02-17
|
||||
---
|
||||
|
||||
* A Summer’s End — Hong Kong 1986 [](/shrines/asummersend/)shrine:
|
||||
* Added a [Trivia](/shrines/asummersend/trivia) page.
|
||||
* Added information and link to A Summer's End's' official soundtrack on the [Playlists](/shrines/asummersend/playlists) page.
|
||||
* Added a new shrine: [Star Wars: Knights of the Old Republic](/shrines/starwarskotor/).
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
date: 2023-02-18
|
||||
---
|
||||
|
||||
* Added [Site Map](/sitemap).
|
||||
* Star Wars: Knights of the Old Republic [shrine](/shrines/starwarskotor/): Added [guides](/shrines/starwarskotor/guides/):
|
||||
* [Juhani Romance Guide](/shrines/starwarskotor/guides/kotor-juhani-romance-guide)
|
||||
* [Redeeming Bastila Guide](/shrines/starwarskotor/guides/kotor-redeeming-bastila-guide)
|
||||
* [Sandral-Matale Feud Ending Guide](/shrines/starwarskotor/guides/kotor-sandral-matale-feud-guide)
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-03-02
|
||||
---
|
||||
|
||||
* Star Wars: Knights of the Old Republic [shrine](/shrines/starwarskotor/): Updated the [Guides page](/shrines/starwarskotor/guides/) to add a section for lists of cheats for the KotOR games.
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
date: 2023-03-19
|
||||
---
|
||||
|
||||
* Added a new masterlist on my [Resources](/resources/) page: [Anti-Harry Potter and Anti-J. K. Rowling Masterlist](/resources/anti-harry-potter-jk-rowling-masterlist)
|
||||
* Changed the color of subheadings.
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-03-20
|
||||
---
|
||||
|
||||
* Tweaked the format of the dates of publication and update of articles.
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-03-22
|
||||
---
|
||||
|
||||
* Added the dates of publication of articles.
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-03-27
|
||||
---
|
||||
|
||||
* Added my latest mod, Leilukin's Juhani's Outfit Reskin Pack, to [my mods for Star Wars: Knights of the Old Republic](/projects/kotor1mods) page.
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
date: 2023-03-23
|
||||
---
|
||||
|
||||
* Switch the content of the left and right sidebars. Navigation links are now on the left sidebar, while the table of contents on the right sidebar.
|
||||
* Proper indentation of the HTML codes.
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-05-05
|
||||
---
|
||||
|
||||
* Modify the web application manifest of this site to make this site look more like a mobile app when added to a mobile device's home screen.
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-05-09
|
||||
---
|
||||
|
||||
* New blog post: [Onboard the Dracula Daily Hype Train](/blog/posts/2023-05-09-Onboard-the-Dracula-Daily-Hype-Train).
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
date: 2023-06-11
|
||||
---
|
||||
|
||||
* Widened the website content layout.
|
||||
* Changed the header image of my [<cite>Star Wars: Knights of the Old Republic</cite> shrine](/shrines/starwarskotor/).
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
date: 2023-06-15
|
||||
---
|
||||
|
||||
* Removed unnecessary CSS files.
|
||||
* Refactored the index page's HTML and CSS.
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-06-23
|
||||
---
|
||||
|
||||
* The HTML, CSS and JavaScript of entire website has been rewritten to improve the site's layout! See the [June 2023 Layout Rewrite](/changelog/updates/2023-june-layout-rewrite) for more information!
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-06-26
|
||||
---
|
||||
|
||||
* Replaced incorrect uses of semantic HTML tags throughout the entire website, such as replacing `<em>` that were used for media titles with `<cite>`, `<strong>` that were used for styling with custom CSS class.
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
date: 2023-06-27
|
||||
---
|
||||
|
||||
* Star Wars: Knights of the Old Republic [shrine](/shrines/starwarskotor/):
|
||||
* Added new article: [Frequently Asked Questions (FAQ) for My Same-Gender Romance Mods for Star Wars: Knight of the Old Republic Series](/shrines/starwarskotor/articles/faq-same-gender-romance-mods).
|
||||
* Make the sidebar table of contents of [Star Wars: Knights of the Old Republic: Redeeming Bastila Guide](/shrines/starwarskotor/guides/kotor-redeeming-bastila-guide) sticky.
|
||||
* Fixed broken links on the navigation bar.
|
||||
* Modified footer content.
|
||||
* Removed unnecessary code in CSS.
|
||||
* Removed the background image of the shrines that was accidentally done through importing the main CSS.
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-06-28
|
||||
---
|
||||
|
||||
* Star Wars: Knights of the Old Republic [](/shrines/starwarskotor/)shrine: Added new article: [Keep Juhani a Lesbian and Keep Juhani's Romance Exclusive to Female Characters](/shrines/starwarskotor/articles/keep-juhani-a-lesbian).
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
date: 2023-07-12
|
||||
---
|
||||
|
||||
* Star Wars: Knights of the Old Republic [](/shrines/starwarskotor/)shrine: Added new article: [On Me Taking Over the Management and Development of DarthTyren's PartySwap Mod](/shrines/starwarskotor/articles/partyswap-management-takeover).
|
||||
* Added PartySwap to my [Star Wars: Knights of the Old Republic II: The Sith Lords mod page](/projects/kotor2mods), since I have taken over the management and development of the mod.
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
date: 2023-07-25
|
||||
---
|
||||
|
||||
* Leilukin's Hub now has a [guestbook](https://leilukin.123guestbook.com/)!
|
||||
* A Summer’s End — Hong Kong 1986 [](/shrines/asummersend/)shrine: Replaced some of the images on the shrine's pages, including the header image.
|
||||
* Moved the link to the [site map](/sitemap) from the navigation bar to the footer.
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
date: 2023-07-26
|
||||
---
|
||||
|
||||
* Leilukin's Hub now has a site button for you to link to!
|
||||
* Restructured the navigation bar.
|
||||
* Rearranged CSS and JavaScript file directories.
|
||||
* Renamed custom CSS properties.
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
date: 2023-07-27
|
||||
---
|
||||
|
||||
* For [my mods page](/projects/), adjusted the background width of the individual mods.
|
||||
* Rearranged my [Links](/links/) page.
|
||||
* Star Wars: Knights of the Old Republic [](/shrines/starwarskotor/)shrine:
|
||||
* Updated the main page.
|
||||
* Moved links to KotOR fan listings to the sidebar.
|
||||
* Added articles I recommend to the [articles page](/shrines/starwarskotor/articles/).
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
date: 2023-07-28
|
||||
---
|
||||
|
||||
* New blog post: [My First Birthday After the Launch of Leilukin's Hub](/blog/posts/2023-07-28-My-First-Birthday-After-the-Launch-of-Leilukins-Hub).
|
||||
* Added shrine launch date to the footer of each [shrine](/shrines/).
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-08-03
|
||||
---
|
||||
|
||||
* Launched new [shrine](/shrines/): [Cassette Beasts](/shrines/cassettebeasts/).
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
date: 2023-08-08
|
||||
---
|
||||
|
||||
* Cassette Beasts [shrine](/shrines/cassettebeasts/): Added a [Featured](/shrines/cassettebeasts/featured) page.
|
||||
* Added new resource: [Web Building Resources](/resources/web-building-resources.html).
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
date: 2023-08-10
|
||||
---
|
||||
|
||||
* Reformatted source and reference citations, such as the [Trivia](/shrines/asummersend/trivia) page on the A Summer’s End — Hong Kong 1986 shrine.
|
||||
* Updated the [About](/about/) page to add the site button and the link to the site's [Neocities profile](https://neocities.org/site/leilukin).
|
||||
* Cassette Beasts [shrine](/shrines/cassettebeasts/): Added a [Trivia](/shrines/cassettebeasts/trivia)
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
date: 2023-08-13
|
||||
---
|
||||
|
||||
* Streamlined JavaScript code for the website's components.
|
||||
* Added JavaScript scripts to generate article table of contents automatically.
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-08-14
|
||||
---
|
||||
|
||||
* New article: [My Disinterest in Shipping and Dislike of Shipping Culture](/articles/my-dislike-of-shipping-culture).
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-08-15
|
||||
---
|
||||
|
||||
* Cassette Beasts [shrine](/shrines/cassettebeasts/): Added a [Game Log](/shrines/cassettebeasts/gamelog) page.
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
date: 2023-08-18
|
||||
---
|
||||
|
||||
* Cassette Beasts [shrine](/shrines/cassettebeasts/): Added links to Cassette Beasts's official website, wiki, and platforms to purchase the game to the home page.
|
||||
* New article: [Designated Lesbian Syndrome in Fandom](/articles/designated-lesbian-syndrome-fandom).
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-08-21
|
||||
---
|
||||
|
||||
* Star Wars: Knights of the Old Republic [shrine](/shrines/starwarskotor/): Added a new page for [my KotOR universes](/shrines/starwarskotor/universes/).
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
date: 2023-08-26
|
||||
---
|
||||
|
||||
* Cassette Beasts shrine:
|
||||
* Added a new page for [developer insights](/shrines/cassettebeasts/devinsights.html).
|
||||
* Added an [Articles](/shrines/cassettebeasts/articles/) page and a new article: [How Cassette Beasts is Much More than a Pokémon Clone](/shrines/cassettebeasts/articles/cassette-beasts-more-than-a-pokemon-clone)
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
date: 2023-08-28
|
||||
---
|
||||
|
||||
* A Summer’s End — Hong Kong 1986 [shrine](/shrines/asummersend/): Updated the main page with information about the spiritual sequel In the Ocean I Learned to Float.
|
||||
* Cassette Beasts shrine: Adjusted header image and added more images to the home page.
|
||||
* Leilukin Hub now has an [RSS feed](/feed.xml).
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
date: 2023-08-29
|
||||
---
|
||||
|
||||
* Added link button for the site's RSS feed.
|
||||
* Fixed the overflow issue of header images.
|
||||
* Added custom style for the [Site Map](/sitemap) page.
|
||||
* Improved accessibility of the site's design by customising the CSS `:focus` selector.
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
date: 2023-08-30
|
||||
---
|
||||
|
||||
* Star Wars: Knights of the Old Republic [shrine](/shrines/starwarskotor/): Added new article: [Should You Use The Sith Lords Restored Content Mod in Your First Star Wars: KotOR 2 Playthrough?](/shrines/starwarskotor/articles/tslrcm-first-kotor2-playthrough).
|
||||
* Adjusted spacing between each item in the article index lists.
|
||||
* Make the date format consistent throughout the entire site by using the Day-Month-Year format.
|
||||
* Fixed broken links in the [2022 changelog archive](/changelog/2022) due to the affected pages moved to other parts of the site.
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-09-04
|
||||
---
|
||||
|
||||
* Cassette Beasts [shrine](/shrines/cassettebeasts/): Updated the Development History section of the [Trivia](/shrines/cassettebeasts/trivia) page.
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-09-06
|
||||
---
|
||||
|
||||
* Moved pages of my video game mods and playlists to [Projects](/projects/) page.
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-09-07
|
||||
---
|
||||
|
||||
* Cassette Beasts [shrine](/shrines/cassettebeasts/): The [Articles](/shrines/cassettebeasts/articles/) page now includes other people's Cassette Beasts articles that I recommend.
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
date: 2023-09-10
|
||||
---
|
||||
|
||||
* Star Wars: Knights of the Old Republic [shrine](/shrines/starwarskotor/): Hide the right sidebar.
|
||||
* A Summer’s End — Hong Kong 1986 [shrine](/shrines/asummersend/): Change the content of the right sidebar.
|
||||
* Cassette Beasts [shrine](/shrines/cassettebeasts/): Change the content of the right sidebar.
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
date: 2023-09-11
|
||||
---
|
||||
|
||||
* New blog post: [Happy 1st Anniversary to Leilukin's Hub](/blog/posts/2023-09-11-Happy-1st-Anniversary-to-Leilukins-Hub).
|
||||
* Updated the [About](/about/) page.
|
||||
* Modified [blog](/blog/) style.
|
||||
* Added the blog's new layout to the [layout archive](/changelogs/layouts).
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-09-13
|
||||
---
|
||||
|
||||
* Cassette Beasts [shrine](/shrines/cassettebeasts/): Updated the [Trivia](/shrines/cassettebeasts/trivia) page's Development History section with new information about the "Pier of the Unknown" DLC.
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-09-15
|
||||
---
|
||||
|
||||
* Cassette Beasts [shrine](/shrines/cassettebeasts/): Updated the [Developer Insight](/shrines/cassettebeasts/devinsights) page by adding an Event Showcase section.
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-09-28
|
||||
---
|
||||
|
||||
* Cassette Beasts [shrine](/shrines/cassettebeasts/): Removed the Developer Insight page since the official Cassette Beasts wiki not has a page for a [list of interviews](https://wiki.cassettebeasts.com/wiki/List_of_Interviews) the Cassette Beasts staff participated in.
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
date: 2023-10-03
|
||||
---
|
||||
|
||||
* Changed this website's font to Noto Sans.
|
||||
* Cassette Beasts [shrine](/shrines/cassettebeasts/): Added link to my record of all the bootleg mosnters I have encountered to the [Game Log](/shrines/cassettebeasts/gamelog/) page.
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-10-04
|
||||
---
|
||||
|
||||
* Cassette Beasts [shrine](/shrines/cassettebeasts/): Updated the Development History section of the [Trivia](/shrines/cassettebeasts/trivia) page with info about the release of Update 1.5 and "Pier of the Unknown" DLC.
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-10-13
|
||||
---
|
||||
|
||||
* New blog post: [My Cassette Beasts Pombomb Plushie Arrived!](/blog/posts/2023-10-13-My-Cassette-Beasts-Pombomb-Plushie-Arrived)
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-10-18
|
||||
---
|
||||
|
||||
* Cassette Beasts [shrine](/shrines/cassettebeasts/): Added Developer Notes section to the [Trivia](/shrines/cassettebeasts/trivia) page.
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-10-30
|
||||
---
|
||||
|
||||
* New blog post: [Support for My Steam Review of A Summer's End — Hong Kong 1986](/blog/posts/2023-10-30-Support-for-My-Steam-Review-of-A-Summers-End).
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-11-09
|
||||
---
|
||||
|
||||
* Added extra header elements to the main site and the shrines to be dynamically displayed on certain days to celebrate special events. (Credit to [KotOR Community Portal](https://kotor.neocities.org/) for the inspiration)
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-11-19
|
||||
---
|
||||
|
||||
* New blog post: [I Can Finally Game on a Solid-State Drive](/blog/posts/2023-11-19-I-Can-Finally-Game-on-a-Solid-State-Drive)
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2023-11-20
|
||||
---
|
||||
|
||||
* New blog post: [Finally Beat A Bug's Life The Video Game — 24 Years Later](/blog/posts/2023-11-20-Finally-Beat-A-Bugs-Life-Video-Game-24-Years-Later)
|
Loading…
Reference in New Issue