/jekyll-diy

:art: The least opinionated hands-off Jekyll starter

Primary LanguageJavaScriptMIT LicenseMIT

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