vuepress-plugin-zengarden-home
v1.0.0
Published
Creates a homepage for your VuePress site.
Maintainers
Readme
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-homeUsage
Add the following to your config.js or index.js file.
['zengarden-home', {
title: 'Home',
frontmatter: {
layout: 'Home'
}
}],