1.0.0 • Published 4 years ago

vuepress-plugin-zengarden-home v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

VuePress Plugin Zengarden Home

Creates homepage for your VuePress site.

Installation

npm install -D vuepress-plugin-zengarden-home
# or
yarn add -D vuepress-plugin-zengarden-home

Usage

Add the following to your config.js or index.js file.

['zengarden-home', {
    title: 'Home',
    frontmatter: {
        layout: 'Home'
    }
}],