Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miyaoka/netlify-cms-vuepress
https://github.com/miyaoka/netlify-cms-vuepress
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/miyaoka/netlify-cms-vuepress
- Owner: miyaoka
- Created: 2018-08-22T11:24:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:31:50.000Z (11 months ago)
- Last Synced: 2023-12-15T06:41:16.446Z (11 months ago)
- Homepage: https://quizzical-wescoff-58b3e5.netlify.com/
- Size: 2.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```