0.0.4 • Published 6 years ago
vuepress-plugin-blog-featured v0.0.4
vuepress-plugin-blog-featured
Feature your Vuepress blog posts
Install
yarn add vuepress-plugin-blog-featured -D
# OR npm install vuepress-plugin-blog-featured -DUsage
// .vuepress/config.js
module.exports = {
plugins: ['blog-featured']
}Add featured: true to your post
# ex: _posts/<any post>.md
---
featured: true
---now you have a <featured-posts /> as a global component :tada: