Skip to content

nerdlab-be/cityhacks-2018

Repository files navigation

Inuit boilerplate

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.

How to use

Dependencies

Inuit boilerplate needs the following tools to be installed properly:

Install

To install run bundle install && npm install

Run

There are several options to run or build the site.

Using the Gulp CLI

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.

Need help

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:

Credits