1.0.0 • Published 5 years ago
vuepress-plugin-zengarden-home v1.0.0
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'
}
}],1.0.0
5 years ago