A simple theme for Hexo. base on hexo-theme-again
Now you can use your photo as background image for header. And you can set a Dark/Light theme for header or navbar.
-
Execute the following command in your
hexo
directory:git clone https://github.com/morenyang/hexo-theme-simplify.git themes/simplify
-
Modify
theme
setting in_config.yml
tosimplify
.theme: simplify
-
Backup your
_config.yml
inthemes/simplify
directory; -
Execute the following command in
themes/simplify
directory:git pull
You can customize or add styles in less files. Before changing the styles, please:
-
Remove the
style.css
file insource
directory. -
Install hexo-renderer-less plugin. Execute the following command in your
hexo
directory:npm install hexo-renderer-less --save
-
Clean the
public
directory. Execute the following command in yourhexo
directory:hexo clean
Code released under the MIT license.