saberland/saber
The issue has been closed
feat: Asset handling via Frontmatter #80
krmax44 posted onGitHub
Basically https://github.com/vuejs/vuepress/issues/79. Common feature in Hexo and the likes, where you can set assets like a post thumbnail in the frontmatter:
---
image: ./thumbnail.png
---