xiamuzhen / hexo-theme-keep

:rainbow: A simple and elegant theme for Hexo. It makes you more focused on writing.

Home Page:https://xpoet.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Language: English 中文

Keep logo

Keep

old name ILS

«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

🔧 Configuration

Refer to the Keep theme configuration guide.

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.

However, you can bypass merge conflicts (error message like «Commit your changes or stash them before you can merge») by using the Commit, Stash or Reset commands for local changes. See here how to do it.

🎯 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

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

About

:rainbow: A simple and elegant theme for Hexo. It makes you more focused on writing.

https://xpoet.cn

License:MIT License


Languages

Language:Stylus 49.7%Language:JavaScript 28.3%Language:HTML 22.0%