Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 753 Bytes

File metadata and controls

21 lines (15 loc) · 753 Bytes

Sample Safe Streets - Jekyll + Netlify CMS

Quick Setup

  1. Push this repo to GitHub: https://github.com/burlaprobot/samplesafestreets
  2. Enable GitHub Pages in repo settings → Source: main branch/root
  3. Go to GitHub Developer Settings → OAuth Apps → Create a new OAuth App:
    • Homepage URL: https://burlaprobot.github.io/samplesafestreets/
    • Authorization callback URL: https://burlaprobot.github.io/samplesafestreets/admin/
  4. Add your OAuth Client ID and Secret in the CMS if needed.
  5. Visit: https://burlaprobot.github.io/samplesafestreets/admin/ → Login with GitHub → Edit site content!

Local development (optional)

bundle install
bundle exec jekyll serve

Then open http://localhost:4000