Added automatically generating banner cards for each md page file that has

---
banner_title: "..."
banner_description: "..."
---
This commit is contained in:
Relism
2024-12-23 22:40:08 +01:00
parent 1d908ae2eb
commit 6b96bf7102
31 changed files with 28645 additions and 124 deletions
+7 -2
View File
@@ -11,6 +11,11 @@
"build:all": "npm run build:base && npm run build:flash && npm run build:mobot",
"build:base": "vitepress build base",
"build:flash": "vitepress build flash",
"build:mobot": "vitepress build mobot"
"build:mobot": "vitepress build mobot",
"postbuild": "node ./scripts/postbuild.cjs"
},
"dependencies": {
"gray-matter": "^4.0.3",
"twitter-card-image": "^1.0.9"
}
}
}