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:
[theme_root]/css/_dev/
and import them in [theme_root]/css/dev.less
.[theme_root]/layout/_partial/site/head.jade
, include your third party scripts before != js("javascript/dev")
and initialize those scripts on [theme_root]/source/javascript/dev.js
.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.
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