Personal projects and musings of a lunatic.
Pretty straightforward:
bundle install
# build sass, images (only builds what needs updating)
rake build
# build jekyll
jekyll buildYou need to install v6 of imagemagick and pkg-config:
brew install imagemagick@6 pkg-config
brew link --force imagemagick@6
bundle install