jekyll_template

jekyll_template

Basic Jekyll Site template that uses grunt

jekyll_template

Description

This is a basic empty template for creating a static site generated by Jekyll. It also uses grunt as a task manager for some of the front end opperations.

Getting Started

Install Jekyll 'gem install jekyll'

Install Node.js View how here

Install grunt.js View how here

Install grunt packages 'npm install'

Run 'grunt' to run the default grunt tasks.

Run 'jekyll serve' to create a local server.

Run 'jekyll build' to build site into _site/ dir

Run 'jekyll watch' to auto build files after editing.