=> bundle exec jekyll build #bundle required to genererate rss feeds correctly
=> jekyll serve
=> JEKYLL_ENV=production bundle exec jekyll clean
=> JEKYLL_ENV=production bundle exec jekyll build
=> s3_website push

Modifiying the default theme can be useful. If you want to know what the current theme is and where the gem is located:

THEME=`cat _config.yml | grep theme`; bundle show `echo ${THEME##*:}`

~/.aws/credentials file required

https://github.com/dhaskew/blog

I use the S3 Website tool to automate the uploading of the site to s3.

Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.