:3
This commit is contained in:
parent
ba72f0bf22
commit
5a911771d0
8 changed files with 114 additions and 100 deletions
|
@ -1,70 +1,6 @@
|
|||
{
|
||||
"last_generated": "2025-01-04 19:53:08",
|
||||
"last_generated": "2025-01-04 12:52:32",
|
||||
"categories": {
|
||||
"Blog": {
|
||||
"posts": [
|
||||
{
|
||||
"metadata": {
|
||||
"title": "3DS Programming - Using RomFS",
|
||||
"description": "A guide to using RomFS on the 3DS. (Old)",
|
||||
"date": "2024-12-31 16:00:00",
|
||||
"tags": [
|
||||
"3ds",
|
||||
"programming",
|
||||
"c",
|
||||
"devkitpro",
|
||||
"old"
|
||||
],
|
||||
"previous": "old3ds_helloworld.md",
|
||||
"next": "old3ds_touchscreen.md"
|
||||
},
|
||||
"id": "blog/old3ds_romfs.md",
|
||||
"url": "/blog/old3ds_romfs.md",
|
||||
"hash": "0b28a366868e9fa564b6a33d9b1aa1d8269f7971497f25488f05f54929e88410"
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"title": "3DS Programming - Touchscreen Input",
|
||||
"description": "A guide to using the touchscreen on the 3DS. (Old)",
|
||||
"date": "2024-12-31 16:00:00",
|
||||
"tags": [
|
||||
"3ds",
|
||||
"programming",
|
||||
"c",
|
||||
"devkitpro",
|
||||
"old"
|
||||
],
|
||||
"previous": "old3ds_romfs.md"
|
||||
},
|
||||
"id": "blog/old3ds_touchscreen.md",
|
||||
"url": "/blog/old3ds_touchscreen.md",
|
||||
"hash": "59e0b9d701646fd5f747713832c47ce451e0ebe0975d4a148a820ca795741c2b"
|
||||
},
|
||||
{
|
||||
"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": "blog/old3ds_helloworld.md",
|
||||
"url": "/blog/old3ds_helloworld.md",
|
||||
"hash": "86e0bd1deae0d00b17ab0960634ea7292d6387063f70600cec4001564fde9514"
|
||||
}
|
||||
],
|
||||
"title": "Blog",
|
||||
"description": "General blog posts",
|
||||
"tags": [
|
||||
"blog"
|
||||
]
|
||||
},
|
||||
"Site": {
|
||||
"posts": [
|
||||
{
|
||||
|
@ -77,8 +13,8 @@
|
|||
"web"
|
||||
]
|
||||
},
|
||||
"id": "site/styling_test.md",
|
||||
"url": "/site/styling_test.md",
|
||||
"id": "site/styling_test",
|
||||
"url": "/site/styling_test",
|
||||
"hash": "0ff9f34321a27f462ca26656a1dc5024c0e800ea1e176ff36316b158ab4606c9"
|
||||
}
|
||||
],
|
||||
|
@ -100,8 +36,8 @@
|
|||
"resources"
|
||||
]
|
||||
},
|
||||
"id": "collections/lgbtq_resources.md",
|
||||
"url": "/collections/lgbtq_resources.md",
|
||||
"id": "collections/lgbtq_resources",
|
||||
"url": "/collections/lgbtq_resources",
|
||||
"hash": "3da76064aa95cc06937bde01128ed44aafb850f35a43bd214ce0cd89a875c674"
|
||||
},
|
||||
{
|
||||
|
@ -115,8 +51,8 @@
|
|||
"web"
|
||||
]
|
||||
},
|
||||
"id": "collections/badges.md",
|
||||
"url": "/collections/badges.md",
|
||||
"id": "collections/badges",
|
||||
"url": "/collections/badges",
|
||||
"hash": "338ccfecc6523dff93708330a8b43af715f1e80d55e1cc3bea2d1a7306fc4f00"
|
||||
},
|
||||
{
|
||||
|
@ -129,8 +65,8 @@
|
|||
"curated"
|
||||
]
|
||||
},
|
||||
"id": "collections/awesome.md",
|
||||
"url": "/collections/awesome.md",
|
||||
"id": "collections/awesome",
|
||||
"url": "/collections/awesome",
|
||||
"hash": "0632400858006b93f2f36d87953538c2a400bacc75aaa29928aee226e8b343b1"
|
||||
}
|
||||
],
|
||||
|
@ -139,6 +75,70 @@
|
|||
"tags": [
|
||||
"collection"
|
||||
]
|
||||
},
|
||||
"Guides": {
|
||||
"posts": [
|
||||
{
|
||||
"metadata": {
|
||||
"title": "3DS Programming - Using RomFS",
|
||||
"description": "A guide to using RomFS on the 3DS. (Old)",
|
||||
"date": "2024-12-31 16:00:00",
|
||||
"tags": [
|
||||
"3ds",
|
||||
"programming",
|
||||
"c",
|
||||
"devkitpro",
|
||||
"old"
|
||||
],
|
||||
"previous": "old3ds_helloworld.md",
|
||||
"next": "old3ds_touchscreen.md"
|
||||
},
|
||||
"id": "guides/old3ds_romfs",
|
||||
"url": "/guides/old3ds_romfs",
|
||||
"hash": "34062b79909f5b18a647b484687cf862e779c08da9fc6052c4ebab3eef67151c"
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"title": "3DS Programming - Touchscreen Input",
|
||||
"description": "A guide to using the touchscreen on the 3DS. (Old)",
|
||||
"date": "2024-12-31 16:00:00",
|
||||
"tags": [
|
||||
"3ds",
|
||||
"programming",
|
||||
"c",
|
||||
"devkitpro",
|
||||
"old"
|
||||
],
|
||||
"previous": "old3ds_romfs.md"
|
||||
},
|
||||
"id": "guides/old3ds_touchscreen",
|
||||
"url": "/guides/old3ds_touchscreen",
|
||||
"hash": "c026e506fb60c8ed9943f5806e8adf611a382a7de34e30fc2a72f4578d66899e"
|
||||
},
|
||||
{
|
||||
"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": "guides/old3ds_helloworld",
|
||||
"url": "/guides/old3ds_helloworld",
|
||||
"hash": "77a21a1201a35d6a85cb2305166cfb20a0a45546fea1f73fd620b2b84ec70fda"
|
||||
}
|
||||
],
|
||||
"title": "Guides",
|
||||
"description": "Guides and tutorials",
|
||||
"tags": [
|
||||
"guide"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue