A customized starter kit for static websites, using Jekyll and Gulp for the build process.
Follow the Quick Install Intructions at https://jekyllrb.com Then run:
git clone https://github.com/maxboeck/jekyll-gulp.git
cd jekyll-gulp
npm install
gulp
To add an icon, place an SVG file in _assets/icons
, then include it on a page with:
{% include icon.html icon="cog" %}
The Icon name is the SVG filename. Run gulp icons
to generate the icon sprite.
!Since this uses an external SVG file, you will need a polyfill like svgxuse to correctly display icons in IE.