Skip to content

vpribeiro/jekyll-bootstrap

 
 

Repository files navigation

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

About

All the cool features of Jekyll in a project!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 40.6%
  • HTML 40.1%
  • Ruby 16.7%
  • CoffeeScript 2.0%
  • JavaScript 0.6%