Skip to content

davesantos/jekyll-starter

Repository files navigation

Build Status devDependencies Status

Jekyll Starter

Setting up a Jekyll site from scratch takes quite a bit of a setup time. This project mitigates that issue without a theme dependancy.

Installation

Install gems defined in the Gemfile

gem install bundler # If you don't have bundler already installed
bundle install

then install Node.js packages from package.json

npm install

Deploy

gulp

Features

  • Hot-reloading with BrowserSync
  • Navigation generator include
  • Easy Image include
  • Add custom CSS or entire stylesheets to any page through front-matter

Dependancies