A simple & beautiful & fast theme for Hexo.
See demo:
and more...
If you are using theme-melody
and want to be shown to others like above (It will be stopped when the demo sites' number up to 25), please write down your site in this issue!
Documentation is here. Now it supports en
and zh-Hans
.
If you meet problems using hexo-theme-melody
, it's recommended to read FAQ & Documentation, most of your problems will be solved!
See releases.
Notice: The installation method before and after hexo 5.0 version is different.
Find your hexo work folder
git clone -b master https://github.com/Molunerfinn/hexo-theme-melody themes/melody
If you don't have jade & stylus renderer, follow this:
npm install hexo-renderer-pug hexo-renderer-stylus
In your hexo site's _config.yml
, find the theme
field, change it to melody
:
theme: melody
npm install hexo-theme-melody
If you don't have jade & stylus renderer, follow this:
npm install hexo-renderer-pug hexo-renderer-stylus
In your hexo site's _config.yml
, find the theme
field, change it to melody
:
Notice: The configuration file before and after hexo 5.0 version is different.
For smoothly updating theme-melody, I recommend to create a config file named melody.yml
in your hexo work folder's (Notice: not the theme-melody folder) source/_data
folder(If it doesn't exist, create one)
Copy the contents of _config.yml
to melody.yml
. Now you can configure it by yourself and you can update theme-melody smoothly.
_config.melody.yml
in your hexo work folder../node_modules/hexo-theme-melody/_config.yml
to _config.melody.yml
hexo-theme-melody
for a long time, and has a melody.yml
above, please copy the contents of melody.yml
to _config.melody.yml
& remove melody.yml
since it will be deprecated.Now you can configure it by yourself and you can update theme-melody smoothly.
Notice: The update method before and after hexo 5.0 version is different.
Jump into the melody folder, just git pull
is OK.
In your hexo work folder, just npm update hexo-theme-melody
is OK.
For more details, please check documentation
IE >= 10
Copyright (c) 2017 Molunerfinn