We have a new website! Please report any bugs, glitches, comments, & thoughts. We <3 feedback!


Development Readme, starter

May 14, 2018

Dev. Readme

This post is an effort to unpack the process of making changes to the html, css, or other files that exist outside the netlify-managed editor.

Lets go!

  • git fetch -a
  • git checkout master
  • git pull
  • git checkout -b “jeff_readme” [or other “name of branch”]
  • DO SOMETHING
  • git add -A
  • git commit -m “”
  • git push origin [“name of branch”]ub

Run locally to test ​

  • bundle exec jekyll serve

Head over to Github

To post to Netlify

  • Set status > Ready
  • Save
  • Publish Now >

Thanks Seungin! Woohoo!