davesantos / jekyll-diy

:art: The least opinionated hands-off Jekyll starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status devDependencies Status

Jekyll DIY

The most bare minimal DIY approach to Jekyll. No Themes, No cruft, No extra fuckery.

Install

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

Install Packages from package.json

  npm install

Deploy

Old fashion method

  bundle exec jekyll serve

Or, deploy with BrowerSync using Gulp

  gulp

About

:art: The least opinionated hands-off Jekyll starter

License:MIT License


Languages

Language:JavaScript 57.4%Language:HTML 25.6%Language:Ruby 12.1%Language:CSS 4.9%