feat: add table of contents to posts (WIP)

This commit is contained in:
grassblock 2025-06-06 22:55:20 +08:00
parent 9ecf25f3ab
commit 145ef1f2b4
3 changed files with 101 additions and 14 deletions

View file

@ -11,14 +11,15 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^12.5.2",
"@astrojs/cloudflare": "^12.5.4",
"@astrojs/mdx": "^4.2.6",
"@astrojs/node": "^9.2.1",
"@astrojs/node": "^9.2.2",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.3.1",
"@fontsource-variable/jetbrains-mono": "^5.2.5",
"astro": "^5.2.5",
"ico-endec": "^0.1.6",
"remark-toc": "^9.0.0",
"sharp": "^0.34.1",
"ultrahtml": "^1.6.0"
},