widatama / hexo-jade-starter

Starter theme for Hexo implemented with Jade and Less.
http://widatama.github.io/hexo-jade-starter/
MIT License
50 stars 10 forks source link
hexo jade less starter theme

Starter theme for Hexo implemented with Jade and Less. This theme is intended be a starting point for anyone who is interested in creating Hexo theme using Jade.

This theme includes Hashgrid for development helper. Just press 'g' on your local instance to see it in action.

To set up your own dev helper follow these instructions:

Why Jade?

Why Less?

Stylus is great, but it does not fully support CSS syntax. Thus if you already have some base stylesheets in CSS you have to convert them to Stylus first to be safe. By using Less, you can just drop in your CSS files and it will work.

Installation

Get to your Hexo directory and install the dependencies first.

npm install hexo-renderer-jade --save
npm install hexo-renderer-less --save

Clone this repository to your Hexo themes folder and set your theme in _config.yml to jade-starter.

git clone git://github.com/widatama/hexo-jade-starter.git themes/jade-starter