blog.maskalik.com generated with Jekyll and published via Github pages

Blog content licensed under the Creative Commons http://creativecommons.org/licenses/by/2.5/

Run it locally

bundler exec jekyll serve

Testing

HTML::Proofer is set up to validate all links within the project. You can run this locally to ensure that your changes are valid:

bundle install
bundle exec rake test