0.0.4 • Published 5 years ago

vuepress-plugin-blog-featured v0.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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 :tada:

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago