This blog runs on Jekyll
Install dependencies with bundle install
.
$ jekyll serve --watch
Run with drafts:
$ jekyll serve --watch --drafts
git commit -m "Do some changes"
bundle exec jekyll build
git add .
git commit -m "Regenerate"
git push origin source
rake publish
git push origin master