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
hexodirectory:git clone https://github.com/morenyang/hexo-theme-simplify.git themes/simplify -
Modify
themesetting in_config.ymltosimplify.theme: simplify
-
Backup your
_config.ymlinthemes/simplifydirectory; -
Execute the following command in
themes/simplifydirectory:git pull
You can customize or add styles in less files. Before changing the styles, please:
-
Remove the
style.cssfile insourcedirectory. -
Install hexo-renderer-less plugin. Execute the following command in your
hexodirectory:npm install hexo-renderer-less --save -
Clean the
publicdirectory. Execute the following command in yourhexodirectory:hexo clean
Code released under the MIT license.