vuepress-plugin-blog-featured

0.0.4 • Public • Published

vuepress-plugin-blog-featured

Feature your Vuepress blog posts

NPM version NPM downloads

Install

yarn add vuepress-plugin-blog-featured -D
# OR npm install vuepress-plugin-blog-featured -D

Usage

// .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 🎉

Readme

Keywords

none

Package Sidebar

Install

npm i vuepress-plugin-blog-featured

Weekly Downloads

3

Version

0.0.4

License

MIT

Unpacked Size

20.1 kB

Total Files

8

Last publish

Collaborators

  • z3bya