-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Description
Hello, did anyone manage to get sveltia-cms working properly with Vitepress? I found the following issues so far:
- Collections does not support the root folder
.
- you need to move all .md files in a separate folder (not the biggest issue, still annoying) - All .md files in a collection need to have empty frontmatter at the start of the file, otherwise an error is thrown that
yaml-frontmatter
cannot be parsed (sounds like a bug to me) - Since vitepress usually doesn't need any frontmatter, it would be nice if the title could be parsed from the Markdown header - any chance this is possible?