Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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'
}
}],
```