Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjventurini/vuepress-plugin-zengarden-home
Creates a homepage for your VuePress site.
https://github.com/tjventurini/vuepress-plugin-zengarden-home
Last synced: 10 days ago
JSON representation
Creates a homepage for your VuePress site.
- Host: GitHub
- URL: https://github.com/tjventurini/vuepress-plugin-zengarden-home
- Owner: tjventurini
- License: mit
- Created: 2020-05-05T16:10:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T16:53:04.000Z (over 4 years ago)
- Last Synced: 2024-10-29T03:08:03.060Z (20 days ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VuePress Plugin Zengarden Home
Creates homepage for your VuePress site.
## Installation
```bash
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.
```javascript
['zengarden-home', {
title: 'Home',
frontmatter: {
layout: 'Home'
}
}],
```