Skip to content

XPoet/hexo-theme-keep

Repository files navigation

Language: English | 简体中文 | 繁體中文

Keep

hexo-theme-keep

Keep is a simple and light Hexo theme. It makes you more focused on writing.

Github License Github Release NPM Version NPM Downloads Node.js Version Required Hexo version

🌟 Online Preview

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

📚 Documents

Please see the official documents of Keep.

🚀 Installation

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

# recommend

cd your-hexo
npm install hexo-theme-keep

Or you can clone the entire repository:

cd your-hexo
git clone https://github.com/XPoet/hexo-theme-keep --depth=1 themes/keep

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

theme: keep

🎉 Update

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

Install the latest version through NPM:

# recommend

cd your-hexo
npm install hexo-theme-keep@latest

Or update to the latest master branch:

cd themes/keep
git pull

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.

🎨 Contributors

This project exists thanks to all the people who contribute.

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

💖 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 cdnjs, jsDelivr and UNPKG for providing public CDN service.

📝 License

AGPL-3.0

Copyright © 2020-present XPoet