💥 Wipe old stack, replace with clean static blog engine

This commit is contained in:
Mark Randall Havens 2025-06-06 20:15:48 -05:00
commit 5401ac287a
27 changed files with 9024 additions and 0 deletions

20
node_modules/.package-lock.json generated vendored Normal file
View file

@ -0,0 +1,20 @@
{
"name": "thefoldwithin-earth",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"node_modules/marked": {
"version": "15.0.12",
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz",
"integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==",
"license": "MIT",
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 18"
}
}
}
}