Skip to content
This repository has been archived by the owner on Aug 24, 2018. It is now read-only.

Latest commit

 

History

History
45 lines (32 loc) · 856 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 856 Bytes

Sonne

Flexible and lightweight hexo theme. | Live Demo

preview

Install

Execute the following command and modify theme in _config.yml to sonne.

npm install --save hexo-renderer-sass
git clone https://github.com/jikkai/hexo-theme-sonne.git themes/sonne

Update

Execute the following command to update.

cd themes/sonne
git pull

Configuration

You can modify the theme setting in Sonne's _config.yml.

keywords: blog,hexo
since: 2016
favicon: /images/favicon.ico
rss: /atom.xml

disqus: disqus
#duoshuo: duoshuo

menu:
    BLOG: /archives/
    WORKS: /works/
    ABOUT: /about/
    RSS: /atom.xml

License

MIT