A responsive, dark and simple blog theme for Hexo
- based on theme cacutus dark by Pieter Robberechts
- using Full CSS 3D Solar System by Wayne Dunkley
- Version : 0.1
- Compatibility : Hexo 3 or later
- responsive theme with 3D annimation in header
- clean and structure optimaized for blog
- Demo at Solar
- In the
root
directory of Hexo:
$ git clone https://github.com/tzvetkov75/solar-theme-hexo.git themes/solar
$ npm install hexo-pagination --save
add
- Change the
theme
property in theconfig.yml
file (hexo config file).
theme: solar
- Run:
hexo generate
andhexo server
You can customize setting in _config.yml
in the theme directory solar
.
- rotation speed
- images of the planets and sun
- analytics
- RSS
- social links
- code highlight
If you want to change some colors use file css\_variables.styl
MIT