Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/miyaoka/netlify-cms-vuepress


https://github.com/miyaoka/netlify-cms-vuepress

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

## Netlify CMS example for vuepress

### Deploy
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/toshilow/netlify-cms-vuepress)

### Add Netlify Widget
1. Open Netlify Build and Deploy settings page.
1. Add Snippet injection
``` html

```

### Setup Netlify Identity
1. Open Netlify Identity Settings page.
1. Enable Identity
1. Select Registration preferences -> Invite only
1. Enable Git Gateway

### Invite admin user
1. Open Identity tab in Netlify site page.
1. Push Invite users
1. Input email address and push 'Send' button.
1. Open invite email and set password.

### Development
Check out code from your repository

```
# Install npm modules
yarn install

# Start local dev server
yarn docs:dev
```