In order to build the website and run it locally, you'll need to have Ruby version 2.4.1 installed. If you're using rbenv:
$ rbenv install && rbenv local 2.4.1Once you're using the correct Ruby version, you can install all dependencies:
$ make setupTo run the site locally:
$ make serveThen navigate to http://localhost:4000 to visit the site. When you make changes to the website source in _posts or _docs, the site will update automatically in your browser.
Just push your change to source branch and GitHub workflow will do for the next steps.
This template is based on the ZURB Foundation framework. For a primer on what the row and column classes mean, please refer to the Foundation documentation.
_layoutsblog.html--- The blog layout filedefault.html--- The default layout filepost.html--- The blog post layout filedocs.html--- The documentation page layout file
blogindex.html--- The blog index page
The CSS files are based on the Foundation framework.
fontello.css--- The Fontello icon fontfoundation.scss--- The Foundation framework Sass source filestyle.css--- The main stylefont-awesome.css--- The Font Awesome icon font
Javascript files:
app.js--- Main JavaScript filefoundation.js--- Foundation framework JavaScriptjquery.appear.js--- jQuery pluginjquery.countTo.js--- jQuery pluginimagesloaded.pkgd.min.jsjquery.easing.1.3.jsjquery.sequence-min.jsjquery.validate.jsjson2.jsmasonry.pkgd.jsslick.min.jsjquery-2.1.0.jsjquery.url.jsmodernizr.foundation.jsterrific-1.1.1.jsjquery.cookie.js