From 5ac7e585feae4e0b8f2283559a4e699b1bfffe0c Mon Sep 17 00:00:00 2001 From: TheFelidae Date: Sat, 4 Jan 2025 05:56:47 +0000 Subject: [PATCH] Apply automatic changes --- assets/meta/blog_list.json | 104 +++++++++--------- assets/meta/post_history.json | 5 +- .../__pycache__/pages.cpython-312.pyc | Bin 2837 -> 2837 bytes 3 files changed, 56 insertions(+), 53 deletions(-) diff --git a/assets/meta/blog_list.json b/assets/meta/blog_list.json index 9d09cdf..7479c4e 100644 --- a/assets/meta/blog_list.json +++ b/assets/meta/blog_list.json @@ -1,11 +1,11 @@ { - "last_generated": "2025-01-03 21:53:59", + "last_generated": "2025-01-04 05:56:46", "posts": [ { "metadata": { "title": "3DS Programming - Using RomFS", "description": "A guide to using RomFS on the 3DS. (Old)", - "date": "2024-12-31 16:00:00", + "date": "2025-01-01 00:00:00", "tags": [ "3ds", "programming", @@ -20,11 +20,25 @@ "url": "/blog/old3ds_romfs.md", "hash": "0b28a366868e9fa564b6a33d9b1aa1d8269f7971497f25488f05f54929e88410" }, + { + "metadata": { + "title": "Styling Test", + "description": "A test post to see how the site styling looks", + "date": "2025-01-01 00:00:00", + "tags": [ + "meta", + "web" + ] + }, + "id": "/styling_test.md", + "url": "/blog/styling_test.md", + "hash": "8e6c14fdef5fd67ea17dcc8b58d59f2040d8250c15c2d18d3e1fdc1b1b60dc54" + }, { "metadata": { "title": "Awesome", "description": "A curated list of awesome stuff I like", - "date": "2024-11-25 16:00:00", + "date": "2024-11-26 00:00:00", "tags": [ "awesome", "curated" @@ -36,24 +50,41 @@ }, { "metadata": { - "title": "Badges!", - "description": "A collection of 88x31 badges for various things", - "date": "2024-12-20 16:00:00", + "title": "LGBTQ+ Resources", + "description": "A list of resources for LGBTQ+ individuals", + "date": "2025-01-02 00:00:00", "tags": [ - "badges", - "retro", - "web" + "lgbtq+", + "resources" ] }, - "id": "/badges.md", - "url": "/blog/badges.md", - "hash": "338ccfecc6523dff93708330a8b43af715f1e80d55e1cc3bea2d1a7306fc4f00" + "id": "/lgbtq_resources.md", + "url": "/blog/lgbtq_resources.md", + "hash": "1dd63f74b3f74077510f1043cb471ab9c691711545bb6ef1f3d6eff4f6a23c89" + }, + { + "metadata": { + "title": "3DS Programming - Hello World", + "description": "A guide to creating a simple Hello, World program for the 3DS. (Old)", + "date": "2025-01-01 00:00:00", + "tags": [ + "3ds", + "programming", + "c", + "devkitpro", + "old" + ], + "next": "old3ds_romfs.md" + }, + "id": "/old3ds_helloworld.md", + "url": "/blog/old3ds_helloworld.md", + "hash": "86e0bd1deae0d00b17ab0960634ea7292d6387063f70600cec4001564fde9514" }, { "metadata": { "title": "3DS Programming - Touchscreen Input", "description": "A guide to using the touchscreen on the 3DS. (Old)", - "date": "2024-12-31 16:00:00", + "date": "2025-01-01 00:00:00", "tags": [ "3ds", "programming", @@ -69,49 +100,18 @@ }, { "metadata": { - "title": "Styling Test", - "description": "A test post to see how the site styling looks", - "date": "2024-12-31 16:00:00", + "title": "Badges!", + "description": "A collection of 88x31 badges for various things", + "date": "2024-12-21 00:00:00", "tags": [ - "meta", + "badges", + "retro", "web" ] }, - "id": "/styling_test.md", - "url": "/blog/styling_test.md", - "hash": "8e6c14fdef5fd67ea17dcc8b58d59f2040d8250c15c2d18d3e1fdc1b1b60dc54" - }, - { - "metadata": { - "title": "LGBTQ+ Resources", - "description": "A list of resources for LGBTQ+ individuals", - "date": "2025-01-01 16:00:00", - "tags": [ - "lgbtq+", - "resources" - ] - }, - "id": "/lgbtq_resources.md", - "url": "/blog/lgbtq_resources.md", - "hash": "1dd63f74b3f74077510f1043cb471ab9c691711545bb6ef1f3d6eff4f6a23c89" - }, - { - "metadata": { - "title": "3DS Programming - Hello World", - "description": "A guide to creating a simple Hello, World program for the 3DS. (Old)", - "date": "2024-12-31 16:00:00", - "tags": [ - "3ds", - "programming", - "c", - "devkitpro", - "old" - ], - "next": "old3ds_romfs.md" - }, - "id": "/old3ds_helloworld.md", - "url": "/blog/old3ds_helloworld.md", - "hash": "86e0bd1deae0d00b17ab0960634ea7292d6387063f70600cec4001564fde9514" + "id": "/badges.md", + "url": "/blog/badges.md", + "hash": "338ccfecc6523dff93708330a8b43af715f1e80d55e1cc3bea2d1a7306fc4f00" } ] } \ No newline at end of file diff --git a/assets/meta/post_history.json b/assets/meta/post_history.json index 09827a6..dc644d6 100644 --- a/assets/meta/post_history.json +++ b/assets/meta/post_history.json @@ -172,7 +172,10 @@ }, { "2025-01-04 02:39:20": [] + }, + { + "2025-01-04 05:56:46": [] } ], - "last_generated": "2025-01-04 02:39:20" + "last_generated": "2025-01-04 05:56:46" } \ No newline at end of file diff --git a/utils/pageupdater/__pycache__/pages.cpython-312.pyc b/utils/pageupdater/__pycache__/pages.cpython-312.pyc index 4ccb4fd4abc5b7e5e1ea38e2735ab28c508881f8..e3c759992471b67f39750207cce35302f5b36bd8 100644 GIT binary patch delta 19 ZcmbO#HdT!4G%qg~0}xC