Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 714 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 714 Bytes

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