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

jikkai/hexo-theme-sonne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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