Inuit boilerplate is an opinionated starter kit to help you build or prototype static marketing or content websites. It uses Jekyll as a static site generator, Gulp as a worklow automation tool and InuitCSS as CSS framework.
You are free to copy, modify, and distribute Inuit boilerplate, even for commercial purposes, without asking for permission. For any third-party code please refer to the corresponding license included in this project.
Inuit boilerplate needs the following tools to be installed properly:
To install run bundle install && npm install
There are several options to run or build the site.
To build a development version of the site run gulp
.
To run a browser-sync server and watch changes run gulp watch
.
To build a production ready version of the site run gulp build
.
Inuit boilerplate uses Jekyll to generate the html and process the .scss
files. More information about these tools can be found on the following sites: