jekyll-bootstrap

jekyll-bootstrap

All the cool features of Jekyll in a project!

Jekyll Bootstrap

All the cool features of Jekyll in a project!

Features:

  • i18n
  • Collections
  • YML data
  • Uglify JS files
  • SASS
  • Syntax Highlighting
  • Pages
  • Posts
  • Google Analytics
  • Easy deployment on a separate branch (keep your source clean!)

Setup

You will need Ruby (greater than v1.9.0) installed (follow the instructions here). Then run bundle install to install all the development dependencies.

To start development, type:

jekyll serve --watch

Lastly, open your browser at http://localhost:9000/

Deployment

You will need Node installed. You can follow the instructions here if you use Mac or PC and here if you use Ubuntu.

Install the Node dependencies:

npm i -g grunt-cli
npm i

To publish, just type:

grunt