Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 552 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 552 Bytes

Welcome behind the scenes of Hikkendry's portfolio site.

Requirements

  • Ruby >= 2.0.0
  • Bundler (gem install bundler)
  • XQuartz
  • ImageOptim deps (brew install advancecomp jhead jpegoptim jpeg optipng pngcrush gifsicle)

Contributing

$ 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