Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maikemota/middleman-starter-netlify-cms
https://github.com/maikemota/middleman-starter-netlify-cms
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maikemota/middleman-starter-netlify-cms
- Owner: MaikeMota
- License: mit
- Created: 2020-04-06T02:06:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T04:38:21.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T16:22:06.865Z (2 months ago)
- Language: CSS
- Size: 946 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Middleman + Netlify CMS Starter
[![Netlify Status](https://api.netlify.com/api/v1/badges/a6c3d057-a31f-4741-bed1-6d454b6be9ca/deploy-status)](https://app.netlify.com/sites/middleman-netlify-cms/deploys)
This repo contains an **[example website](https://middleman-netlify-cms.netlify.com/)** that is built with [Middleman](https://www.middlemanapp.com/) and [Netlify CMS](https://www.netlifycms.org).
*Designed and developed by [Tom Rutgers](https://www.tomrutgers.nl/)*
## About the architecture
**Middleman** is a static site generator using all the shortcuts and tools in modern web development. Check out [middlemanapp.com](http://middlemanapp.com/) for detailed tutorials, including a [getting started guide](http://middlemanapp.com/basics/getting-started/).
**Netlify CMS** is a CMS for static site generators. Give non-technical users a simple way to edit and add content to any site built with a static site generator.
## Getting Started
Netlify CMS can run in any frontend web environment, but the quickest way to try it out is by running it on a pre-configured starter site with Netlify. Use the deploy button below to copy the repository to your account.
After clicking that button, you’ll authenticate with GitHub and choose a repository name. Netlify will then automatically create a repository in your GitHub account with a copy of the files from the template. Next, it will build and deploy the new site on Netlify, bringing you to the site dashboard when the build is complete. To access the CMS, you’ll need to set up [Netlify identity](https://www.netlify.com/docs/identity/) service to authorize users to log in to the CMS. Make sure to enable [Git Gateway](https://www.netlify.com/docs/git-gateway/).
### Make it work on your machine
Be sure to check out the [middleman installation guide](https://middlemanapp.com/basics/install/)
```
$ git clone https://github.com/tomrutgers/middleman-starter-netlify-cms
$ cd middleman-starter-netlify-cms
$ bundle install
$ middleman server
```### Setting up the CMS
Follow the [Netlify CMS Quick Start Guide](https://www.netlifycms.org/docs/quick-start/#authentication) to set up authentication, and hosting.### Trouble?
[![Gitter](https://badges.gitter.im/netlify/netlify.svg)](https://gitter.im/netlify/NetlifyCMS)