Learn Jekyll
jekyll serve --watch
We deploy via pushing to a git repository on the production server. To add the remote origin
make sure to use the correct username (e.g. jduncks, sina, thomas)
git remote add production [email protected]:/home/rritf/repos/stopwatching.us.git
Once the production server receives this, it runs jekyll build
To push to the production server simply
git push production gh-pages