# in command window, type:
bundle install
# copy and paste the server address into your browser and start editing locally and visualize the changes real-time
bundle exec jekyll serve
# git commit your changes
git add .
git commit -m "some msg"
# deploy the changes remotely on github
bin/deploy --user
y
# it should say deployed successfully, your changes will be reflected on github.io soon
The theme is available as open source under the terms of the MIT License.
Originally, al-folio was based on the *folio theme (published by Lia Bogoev and under the MIT license). Since then, it got a full re-write of the styles and many additional cool features.