-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
- mdsvex layouts can access the frontmatter.
- To access the frontmatter in a SvelteKit layout, you have to get it from somewhere.
- Example of how to read out metadata of a single post: https://joyofcode.xyz/sveltekit-markdown-blog#rendering-a-single-post. This means you can't organize posts in
routes. - Could the layout retrieve post metadata? How does it have to be invalidated?
- With mdsvex layouts, accessing metadata is trivial. But it adds a second layout engine.
sv addis an improvement.- We are
svelte checkblind inside Mdsvex files. This bites me with every refactoring.