hexo-theme-keep
Keep is a simple and elegant Hexo theme. It makes you more focused on writing.
:star2: Online Preview
If you want to put a link to your blog in the online preview list, you can give the author a PR.
:rocket: Installation
If you’re using Hexo 5.0 or later, the simplest way to install is through npm:
1 | # recommend |
Or you can clone the entire repository:
1 | $ cd hexo-site |
After the installation, open Hexo config file and set theme
variable to keep
.
1 | theme: keep |
:wrench: Usage
Please 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.
:dart: Update
Keep releases new versions from time to time. You can update Keep by the following command.
Install the latest version throuth npm:
1 | # recommend |
Or update to the latest master branch:
1 | $ cd themes/keep |
:art: Contributing
We welcome you to join the development of Keep. Please see contributing guide.
:clapper: Contributors
This project exists thanks to all the people who contribute.
:sparkling_heart: Thanks
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 and UNPKG for providing public CDN service.
:memo: License
Copyright © 2020-present XPoet
- Post title: README
- Create time: 2023-08-17 12:23:49
- Post link: 2023/08/17/README/
- Copyright notice: All articles in this blog are licensed under BY-NC-SA unless stating additionally.