Fork https://github.com/skinny-framework/skinny-framework.github.io.
How to debug:
git clone [your forked repository].
cd skinny-framework.github.io
gem install bundler
bundle install
bundle exec middleman server
Access http://localhost:4567/
from your browser.
Create a branch to request, and send your pull request to develop
branch (not master
branch).