«Keep» is a simple and elegant Hexo theme. It makes you more focused on writing.
If you're using Hexo 5.0 or later, the simplest way to install is through npm:
$ cd hexo-site
$ npm install hexo-theme-keepOr you can clone the entire repository:
$ cd hexo-site
$ git clone https://github.com/XPoet/hexo-theme-keep themes/keepAfter the installation, open Hexo config file and set theme variable to keep.
theme: keepPlease see the official documents of «Keep».
It is not recommended to directly modify any files in the «Keep» theme. Because this may cause errors (e.g. merge conflicts), and the modified files may be discarded when upgrading the theme.
«Keep» releases new versions from time to time. You can update Keep by the following command.
Install the latest version throuth npm:
$ cd hexo-site
$ npm update hexo-theme-keepOr update to latest master branch:
$ cd themes/keep
$ git pullIf you modified theme source code:
$ git add .
$ git stash
$ git pull
$ git stash popWe welcome you to join the development of «Keep». Please see contributing guide.
This project exists thanks to all the people who contribute.
«Keep» send special thanks to these great services that sponsor our core infrastructure:
GitHub allows us to host the Git repository and run the test suite.
Thanks jsDelivr for providing public CDN service.
MIT Copyright © 2020 XPoet