ItsMeAra / hello-jekyll

An unstyled and somewhat opinionated Jekyll boilerplate that utilizes LESS and Grunt.

Home Page:http://itsmeara.github.io/hello-jekyll/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency Status

Hello Jekyll

Hello Jekyll is an un-styled and somewhat opinionated Jekyll boilerplate.

View Demo

Features

  • No pre-defined styles, ready for you to style as you please.
  • LESS as the CSS preprocessor
  • Grunt as the task runner

Installation

After cloning this repo, follow these steps:

  1. Install Jekyll (if you dont have it) with gem install jekyll
  2. Install project dependencies with npm install
  3. Run Grunt with grunt
  4. Get to work!

For a production ready build, run grunt prod.

Notes

  • Make sure to update the CNAME file with your site's URL.
  • Configuration options can be found in the _config.yml file.

Contribute

Credits

License

The project is licensed under the MIT License.

About

An unstyled and somewhat opinionated Jekyll boilerplate that utilizes LESS and Grunt.

http://itsmeara.github.io/hello-jekyll/

License:MIT License


Languages

Language:ApacheConf 53.7%Language:CSS 19.5%Language:HTML 15.8%Language:JavaScript 11.0%