modified: .github/workflows/nuxtjs.yml

modified:   assets/meta/blog_list.json
This commit is contained in:
Mrrp 2025-01-03 21:54:17 -08:00
parent 5709ba12f2
commit 4c2c33b269
2 changed files with 9 additions and 9 deletions

View file

@ -41,7 +41,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: pip install python-frontmatter && deno install run: pip install python-frontmatter && deno install
- name: Update Page list - name: Update Page list
run: deno utils/pageupdater/update_pagelist.ts --allow-all run: deno --allow-all utils/pageupdater/update_pagelist.ts
- name: Update Page history - name: Update Page history
run: python utils/pageupdater/commit_post_history.py run: python utils/pageupdater/commit_post_history.py
- name: Generate RSS feed - name: Generate RSS feed

View file

@ -1,11 +1,11 @@
{ {
"last_generated": "2025-01-04 02:30:21", "last_generated": "2025-01-03 21:53:59",
"posts": [ "posts": [
{ {
"metadata": { "metadata": {
"title": "3DS Programming - Using RomFS", "title": "3DS Programming - Using RomFS",
"description": "A guide to using RomFS on the 3DS. (Old)", "description": "A guide to using RomFS on the 3DS. (Old)",
"date": "2025-01-01T00:00:00.000Z", "date": "2024-12-31 16:00:00",
"tags": [ "tags": [
"3ds", "3ds",
"programming", "programming",
@ -24,7 +24,7 @@
"metadata": { "metadata": {
"title": "Awesome", "title": "Awesome",
"description": "A curated list of awesome stuff I like", "description": "A curated list of awesome stuff I like",
"date": "2024-11-26T00:00:00.000Z", "date": "2024-11-25 16:00:00",
"tags": [ "tags": [
"awesome", "awesome",
"curated" "curated"
@ -38,7 +38,7 @@
"metadata": { "metadata": {
"title": "Badges!", "title": "Badges!",
"description": "A collection of 88x31 badges for various things", "description": "A collection of 88x31 badges for various things",
"date": "2024-12-21T00:00:00.000Z", "date": "2024-12-20 16:00:00",
"tags": [ "tags": [
"badges", "badges",
"retro", "retro",
@ -53,7 +53,7 @@
"metadata": { "metadata": {
"title": "3DS Programming - Touchscreen Input", "title": "3DS Programming - Touchscreen Input",
"description": "A guide to using the touchscreen on the 3DS. (Old)", "description": "A guide to using the touchscreen on the 3DS. (Old)",
"date": "2025-01-01T00:00:00.000Z", "date": "2024-12-31 16:00:00",
"tags": [ "tags": [
"3ds", "3ds",
"programming", "programming",
@ -71,7 +71,7 @@
"metadata": { "metadata": {
"title": "Styling Test", "title": "Styling Test",
"description": "A test post to see how the site styling looks", "description": "A test post to see how the site styling looks",
"date": "2025-01-01T00:00:00.000Z", "date": "2024-12-31 16:00:00",
"tags": [ "tags": [
"meta", "meta",
"web" "web"
@ -85,7 +85,7 @@
"metadata": { "metadata": {
"title": "LGBTQ+ Resources", "title": "LGBTQ+ Resources",
"description": "A list of resources for LGBTQ+ individuals", "description": "A list of resources for LGBTQ+ individuals",
"date": "2025-01-02T00:00:00.000Z", "date": "2025-01-01 16:00:00",
"tags": [ "tags": [
"lgbtq+", "lgbtq+",
"resources" "resources"
@ -99,7 +99,7 @@
"metadata": { "metadata": {
"title": "3DS Programming - Hello World", "title": "3DS Programming - Hello World",
"description": "A guide to creating a simple Hello, World program for the 3DS. (Old)", "description": "A guide to creating a simple Hello, World program for the 3DS. (Old)",
"date": "2025-01-01T00:00:00.000Z", "date": "2024-12-31 16:00:00",
"tags": [ "tags": [
"3ds", "3ds",
"programming", "programming",