/hexo-jade-sass-barebone

Barebone theme for [Hexo](http://zespia.tw/hexo) implemented with [Jade](http://jade-lang.com/) and [Sass](http://sass-lang.com/).

Primary LanguageCSSMIT LicenseMIT

Barebone theme for Hexo implemented with Jade and Sass. The current Hexo theme list does not have anything other than ejs themes. I made this as a starting point for anyone who is interested in theming using Jade and Sass.

Forked from https://github.com/widatama/hexo-jade-barebone (less version) many thanks to original author :)

Installation

Get to your Hexo directory and install the dependencies first.

npm install hexo-renderer-jade --save
npm install hexo-renderer-sass --save

Clone this repository to your Hexo themes folder and modify theme in _config.yml to jade-sass-barebone.

git clone git://github.com/subuta/hexo-jade-sass-barebone.git themes/jade-sass-barebone

License

The MIT License (MIT)