mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-04 22:22:41 +00:00
Add 2024 changelogs
This commit is contained in:
parent
68942ca4b1
commit
be4940bd6f
5
src/changelogs/logs/2024/2024-01-09.md
Normal file
5
src/changelogs/logs/2024/2024-01-09.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
date: 2024-01-09
|
||||
---
|
||||
|
||||
* Cassette Beasts [shrine](/shrines/cassettebeasts/): Added a new section: My Contributions to the Cassette Beasts community.
|
5
src/changelogs/logs/2024/2024-02-07.md
Normal file
5
src/changelogs/logs/2024/2024-02-07.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
date: 2024-02-07
|
||||
---
|
||||
|
||||
* [Projects](/projects/): Added My Characters section.
|
5
src/changelogs/logs/2024/2024-02-08.md
Normal file
5
src/changelogs/logs/2024/2024-02-08.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
date: 2024-02-08
|
||||
---
|
||||
|
||||
* Cassette Beasts [shrine](/shrines/cassettebeasts/): Added [Resources](/shrines/cassettebeasts/resources) page.
|
5
src/changelogs/logs/2024/2024-03-06.md
Normal file
5
src/changelogs/logs/2024/2024-03-06.md
Normal file
@ -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).
|
5
src/changelogs/logs/2024/2024-04-05.md
Normal file
5
src/changelogs/logs/2024/2024-04-05.md
Normal file
@ -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"] %}
|
||||
|
12
src/changelogs/pages/2024.njk
Normal file
12
src/changelogs/pages/2024.njk
Normal file
@ -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…
x
Reference in New Issue
Block a user