🌈 A simple and elegant theme for Hexo. It makes you more focused on writing.
Go to file
郭桓桓 2a56ddfe2c
feat: solve #136
2022-03-27 10:04:53 +08:00
.github chore(.github): add play tour code link 2021-12-04 21:35:00 +08:00
languages build: update languages 2021-10-29 22:41:46 +08:00
layout feat: solve #136 2022-03-27 10:04:53 +08:00
scripts perf(helpers): optimized splicing of article links (#126) 2021-11-17 22:07:59 +08:00
source perf(utils): optimize page blank space setting 2021-12-04 17:43:31 +08:00
.editorconfig refactor: remove sidebar & change toc style 2020-09-05 22:41:10 +08:00
.gitignore modified: _config.yml 2020-04-01 17:59:59 +08:00
.npmignore chore(.github): add play tour code link 2021-12-04 21:35:00 +08:00
LICENSE chore: update LICENSE 2021-10-29 22:01:17 +08:00
README.md feat: Traditional Chinese readme added. 2021-06-20 12:01:07 +08:00
README_zh-CN.md feat: Traditional Chinese readme added. 2021-06-20 12:01:07 +08:00
README_zh-TW.md feat: Traditional Chinese readme added. 2021-06-20 12:01:07 +08:00
_config.yml chore(release): v3.4.5 2021-12-04 21:37:19 +08:00
package.json chore(release): v3.4.5 2021-12-04 21:37:19 +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

🚀 Installation

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

$ 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:

$ cd hexo-site
$ npm update hexo-theme-keep

Or update to latest master branch:

$ cd themes/keep
$ git pull

If you modified theme source code:

$ git add .
$ git stash
$ git pull
$ git stash pop

🎨 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 for providing public CDN service.

📝 License

MIT Copyright © 2020-2021 XPoet