Add 2024 changelogs
This commit is contained in:
parent
68942ca4b1
commit
be4940bd6f
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2024-01-09
|
||||
---
|
||||
|
||||
* Cassette Beasts [shrine](/shrines/cassettebeasts/): Added a new section: My Contributions to the Cassette Beasts community.
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2024-02-07
|
||||
---
|
||||
|
||||
* [Projects](/projects/): Added My Characters section.
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2024-02-08
|
||||
---
|
||||
|
||||
* Cassette Beasts [shrine](/shrines/cassettebeasts/): Added [Resources](/shrines/cassettebeasts/resources) page.
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2024-03-06
|
||||
---
|
||||
|
||||
* New blog post: [I Received a Lifetime Premium Membership on Nexus Mods for Free](/blog/posts/2024-03-06-I-Received-a-Lifetime-Premium-Membership-on-Nexus-Mods-for-Free).
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
date: 2024-04-05
|
||||
---
|
||||
|
||||
* Add table of contents to my [Star Wars: Knights of the Old Republic](/projects/kotor1mods/) and [Star Wars: Knights of the Old Republic II: The Sith Lords mods](/projects/kotor2mods/).
|
|
@ -5,7 +5,7 @@ desc: Changelog of my website during the year of 2023.
|
|||
changelogNav: 2023
|
||||
metadata:
|
||||
type: article
|
||||
date: 2022-02-02
|
||||
date: 2022-02-03
|
||||
---
|
||||
|
||||
{% set changelogList = collections["changelog 2023"] %}
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: main/changelogs
|
||||
title: "Website Changelog Archive: 2024"
|
||||
desc: Changelog of my website during the year of 2024.
|
||||
changelogNav: 2024
|
||||
metadata:
|
||||
type: article
|
||||
date: 2022-02-04
|
||||
---
|
||||
|
||||
{% set changelogList = collections["changelog 2024"] %}
|
||||
{% include "main/changelogs-list.njk" %}
|
Loading…
Reference in New Issue