vault backup: 2025-03-25 11:55:44
All checks were successful
Update pages on webserver / Update (push) Successful in 5s

This commit is contained in:
themodernhakr 2025-03-25 11:55:44 -05:00
parent a994168436
commit b29e2eb35f
2 changed files with 3 additions and 2 deletions

View File

@ -13,12 +13,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Minecraft Datapacking/When Two Macros are Faster Than One.md", "file": "index.md",
"mode": "preview", "mode": "preview",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "When Two Macros are Faster Than One" "title": "index"
} }
} }
] ]

View File

@ -10,6 +10,7 @@ const you = "reading this for some reason"
class Site { class Site {
this.purpose = "exists to help you not suck as much as me" this.purpose = "exists to help you not suck as much as me"
this.topics = [ this.topics = [
"Mincraft Datapacking",
"Mincraft Server Administration" "Mincraft Server Administration"
] ]
} }