1
0
mirror of https://github.com/osmarks/website synced 2025-09-06 04:17:57 +00:00

Apparently I changed everything and forgot to commit it.

- I just added sidenotes (blog being rewritten slightly to incorporate them; WIP)
- Microblog added, compiler caching mechanism reworked
- Image compression
This commit is contained in:
2023-11-19 21:06:25 +00:00
parent 981e1a0be2
commit e25013c1b4
59 changed files with 2039 additions and 71 deletions

View File

@@ -4,12 +4,17 @@
"description": "Static site generation code for my website.",
"main": "index.js",
"dependencies": {
"@msgpack/msgpack": "^3.0.0-beta2",
"axios": "^1.5.0",
"better-sqlite3": "^8.7.0",
"chalk": "^4.1.0",
"dayjs": "^1.8.28",
"esbuild": "^0.19.6",
"fs-extra": "^8.1.0",
"gray-matter": "^4.0.2",
"handlebars": "^4.7.6",
"html-minifier": "^4.0.0",
"idb": "^7.1.1",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.7",
"markdown-it-footnote": "^3.0.3",
@@ -19,7 +24,8 @@
"ramda": "^0.26.1",
"sass": "^1.26.8",
"terser": "^4.8.0",
"uuid": "^9.0.0"
"uuid": "^9.0.0",
"yalps": "^0.5.5"
},
"license": "MIT"
}