jekyll-inuit-starter

A bare-bones starter template of a Jekyll site using Inuit.css

Usage no npm install needed!

<script type="module">
  import jekyllInuitStarter from 'https://cdn.skypack.dev/jekyll-inuit-starter';
</script>

README

jekyll-inuit-starter

An absolute bare-bones, square one, needn't have bothered starter template of a Jekyll site using Inuit.css.

Installation

npm install jekyll-inuit-starter

Dependencies

  1. Jekyll
  2. Node/NPM
  3. SASS
  4. Compass

Commands

All commands should be run from the root directory of your project.

  1. Start server at localhost:4000 with jekyll serve.
  2. Rebuild HTML once with jekyll build.
  3. Rebuild HTML every time a file changes with jekyll build --watch.
  4. Regenerate CSS with compass watch .

Config files

  1. config.rb for Compass.
  2. _config.yml for Jekyll.

CSS

Your CSS is edited in css/style.scss and generated at css/style.css.