🌈 A simple and elegant theme for Hexo. It makes you more focused on writing.
Go to file
XPoet a6b00432f5 docs: update documents 2022-11-03 21:12:06 +08:00
.github ci: modified branch trigger mode of GitHub Action 2022-10-21 11:23:36 +08:00
docs docs: update documents 2022-11-03 21:12:06 +08:00
languages perf(copyright-info): remove `base_info.url` configuration items 2022-10-29 23:54:39 +08:00
layout chore(release): v3.5.2 2022-11-03 20:53:46 +08:00
scripts perf(copyright-info): remove `base_info.url` configuration items 2022-10-29 23:54:39 +08:00
source perf(utils): optimize toggle show side tools 2022-11-02 22:50:34 +08:00
.editorconfig refactor: remove sidebar & change toc style 2020-09-05 22:41:10 +08:00
.gitignore chore(config): update .gitignore and .npmignore 2022-09-30 00:27:18 +08:00
.npmignore chore(npm): update .npmignore 2022-10-09 16:00:37 +08:00
.prettierrc build(deps): use prettier to format js code 2022-09-30 11:40:30 +08:00
.stylelintrc.js build(deps): use stylelint to format styl code 2022-09-30 10:51:42 +08:00
LICENSE chore: update LICENSE 2021-10-29 22:01:17 +08:00
README.md docs: update documents 2022-11-03 21:12:06 +08:00
_config.yml chore(release): v3.5.2 2022-11-03 20:53:46 +08:00
package.json chore(release): v3.5.2 2022-11-03 20:53:46 +08:00

README.md

Language: English 简中 繁中

Keep

hexo-theme-keep

«Keep» is a simple and elegant Hexo theme. It makes you more focused on writing.

Github License Github Release NPM version Required Hexo version Node.js Version jsDelivr hits

🌟 Online Preview

If you want to put a link to your blog in the online preview list, you can give the author a PR.

🚀 Installation

If you're using Hexo 5.0 or later, the simplest way to install is through npm:

# recommend
$ cd hexo-site
$ npm install hexo-theme-keep

Or you can clone the entire repository:

$ cd hexo-site
$ git clone https://github.com/XPoet/hexo-theme-keep themes/keep

After the installation, open Hexo config file and set theme variable to keep.

theme: keep

🔧 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.

🎯 Update

«Keep» releases new versions from time to time. You can update Keep by the following command.

Install the latest version throuth npm:

# recommend
$ cd hexo-site
$ npm install hexo-theme-keep@latest

Or update to the latest master branch:

$ cd themes/keep
$ git pull

🎨 Contributing

We welcome you to join the development of «Keep». Please see contributing guide.

🎬 Contributors

This project exists thanks to all the people who contribute.

💖 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.

📝 License

GPL-3.0 Copyright © 2020-present XPoet