Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 865 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 865 Bytes

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)