💥 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

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "thefoldwithin-earth",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"marked": "^15.0.12"
}
}