Welcome behind the scenes of Hikkendry's portfolio site.
- Ruby >= 2.0.0
- Bundler (
gem install bundler
) - XQuartz
- ImageOptim deps (
brew install advancecomp jhead jpegoptim jpeg optipng pngcrush gifsicle
)
$ git clone [email protected]:hikkendry/hikkendry.github.io.git
$ git checkout -b new-feature-branch
$ middleman
[ make changes ]
$ git add .
$ git commit -m "Useful commit message"
$ git push origin deploy
$ middleman deploy