/solar-theme-hexo

Primary LanguageCSSMIT LicenseMIT

Solar theme

index

A responsive, dark and simple blog theme for Hexo

Summary

General

  • Version : 0.1
  • Compatibility : Hexo 3 or later

  • responsive theme with 3D annimation in header
  • clean and structure optimaized for blog

Demo

Install

  1. In the root directory of Hexo:
$ git clone https://github.com/tzvetkov75/solar-theme-hexo.git themes/solar
$ npm install hexo-pagination --save

add

  1. Change the theme property in the config.yml file (hexo config file).
theme: solar
  1. Run: hexo generate and hexo server

Configuration

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

License

MIT