GitXplorerGitXplorer
s

jekyll-netlify-cms

public
0 stars
0 forks
2 issues

Commits

List of commits on branch master.
Verified
21e843d39531de6bc0185af44111df3433bdbdbd

Update Gemfile

sstevemoser committed 6 years ago
Verified
ef0be1596850e7e32db12f5516cb582a2172a922

Update _config.yml

sstevemoser committed 6 years ago
Verified
feb81443b3b91b44964af15f8af5b0f8fd721706

Update about.md

sstevemoser committed 6 years ago
Verified
4493d8712aba022161214e29df09021e974bd3de

Create 2018-05-04-richtexture.md

sstevemoser committed 7 years ago
Unverified
1fbda1923954d4e21701c7ac010468e47c37754a

Add related posts based on category

sstevemoser committed 7 years ago
Unverified
788ef7083b5ff900b7e23388c758610450fa42f8

Fix formatting on iPhone X post

sstevemoser committed 7 years ago

README

The README file for this repository.

Jekyll + Netlify CMS

This is the basic Jekyll starter site, with Netlify CMS integrated.

Getting Started

netlify-git-api users add
netlify-git-api serve

Then open a new terminal, cd into your new repo and run:

bundle install
bundle exec jekyll server --watch

Now navigate to localhost:4000 to preview the site, and to localhost:4000/admin to log into the CMS.

Deploying to production

To deploy to production, make sure to push this repository to a Github repo you own.

Then go to netlify and start a new project. Pick your new Github repository. Netlify should fill out the build command and public folder (jekyll build and /_site).

Build and deploy the site.

Now go to the GitHub developer application screen and register new application.

Once you've setup the application, go back to netlify, navigate to the Access tab. Then fill in your new Client ID and Client Secret in the Github Authentication Provider and check the Enable GitHub box.

Now anybody with write access to your GitHub repository can log in at yoursite.netlify.com/admin and use the CMS.

Enjoy!

Bug reports, feature requests, etc

We love feedback, contributions, better documentation, tutorials, general comments, random hatemail, rants, love, crazy ideas, etc, etc!

Contact us at any of netlify's normal channels and open issues or pull requests at the netlify-cms GitHub repo