Source for aarone.org. Fairly basic site built with Jekyll.
- Install Acorn
- Install rbenv and a new Ruby, make it your global ruby
- Install Jekyll
- Be aaron with a local AWS profile named
aarone.org
that can do S3 stuff bundle install
to install ruby dependenciesbundle exec rake build
to build the sitebundle exec jekyll serve
to run locallyrake publish
to prepare images and upload everything to S3