Add SiYuan Blogging support

This commit is contained in:
MassiveBox 2025-04-20 12:26:23 +02:00
parent bf3e635a1c
commit a3fb0634f6
Signed by: massivebox
GPG key ID: 9B74D3A59181947D
6 changed files with 188 additions and 14 deletions

View file

@ -13,6 +13,7 @@
"cz": "cz",
"prepare": "husky install",
"lint": "eslint .",
"siyuan": "node src/utils/siyuan.mjs",
"joplin": "node src/utils/joplin.mjs",
"upload": "node src/utils/upload.mjs"
},
@ -42,7 +43,7 @@
"@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.0",
"@divriots/jampack": "^0.23.2",
"@iconify-json/fa6-solid": "^1.1.21",
"@iconify-json/fa6-solid": "^1.2.3",
"@tailwindcss/typography": "^0.5.10",
"@types/github-slugger": "^1.3.0",
"@types/react": "^18.2.48",