blog post editor

This commit is contained in:
2026-05-10 19:09:26 +10:00
parent 40fd8e8e42
commit 0f59de54bb
26 changed files with 6049 additions and 625 deletions

View File

@@ -5,7 +5,8 @@
"main": "index.html",
"scripts": {
"start": "python3 -m http.server 8000",
"start-alt": "python -m SimpleHTTPServer 8000"
"start-alt": "python -m SimpleHTTPServer 8000",
"blog-editor": "node tools/blog-editor.js"
},
"keywords": [
"terminal",
@@ -27,5 +28,10 @@
"type": "git",
"url": "https://github.com/litruv/lit.ruv.wtf"
},
"homepage": "https://lit.ruv.wtf"
"homepage": "https://lit.ruv.wtf",
"devDependencies": {
"@milkdown/crepe": "^7.20.0",
"clean-css-cli": "^5.6.3",
"esbuild": "^0.28.0"
}
}