https://github.com/evannotfound/hexo-theme-redefine
Fast, Pure, Elegant. Hexo, Redefined.
https://github.com/evannotfound/hexo-theme-redefine
beautiful-theme blog blog-theme hexo hexo-blog hexo-theme hexo-theme-redefine simple-theme theme
Last synced: 7 days ago
JSON representation
Fast, Pure, Elegant. Hexo, Redefined.
- Host: GitHub
- URL: https://github.com/evannotfound/hexo-theme-redefine
- Owner: EvanNotFound
- License: gpl-3.0
- Created: 2022-09-29T22:20:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T01:48:14.000Z (3 months ago)
- Last Synced: 2025-04-10T02:18:05.123Z (about 1 month ago)
- Topics: beautiful-theme, blog, blog-theme, hexo, hexo-blog, hexo-theme, hexo-theme-redefine, simple-theme, theme
- Language: JavaScript
- Homepage: https://redefine.ohevan.com
- Size: 45.6 MB
- Stars: 1,681
- Watchers: 6
- Forks: 152
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# hexo-theme-redefine
Hexo-theme-Redefine reimagines simplicity, speed, and purity, without sacrificing functionality or design. Its sleek, modern aesthetic is packed with useful features, blending style and practicality seamlessly.
Building on the solid foundation of hexo-theme-keep, "Redefine" elevates the style and incorporates valuable writing tools and plugins. It offers extensive customization options, allowing you to tailor every detail to your preferences. With Redefine, your blogging experience becomes unique and effortless, showcasing your personal style and needs.
## 🌐 Demo
- [EvanNotFound's Blog](https://ohevan.com)
- [Theme Redefine Demo](https://redefine.ohevan.com)
- [Redefine Theme Showcase](https://redefine.ohevan.com/showcase)If you are also using Redefine, please go to [Redefine Theme Showcase](https://redefine.ohevan.com/showcase) to add your blog link.
## ⛰️ Features
- [Note Module](https://redefine-docs.ohevan.com/modules/notes)
- [Friend Link Page](https://redefine-docs.ohevan.com/page_templates/friends)
- [Mathjax Support](https://redefine-docs.ohevan.com/plugins/mathjax)
- Code block language display
- Light/Dark mode switching
- [Font Awesome 6.2.1 Pro](https://redefine-docs.ohevan.com/basic/fontawesome) (contains different styles like Duotone/Regular/Thin/Sharp)
- [Drop-down menu](https://redefine-docs.ohevan.com/dhome/navbar#%E9%93%BE%E6%8E%A5%E5%88%97%E8%A1%A8)
- [Customizable footer](https://redefine-docs.ohevan.com/footer)
- [Site Uptime Display](https://redefine-docs.ohevan.com/footer#%E8%BF%90%E8%A1%8C%E6%97%B6%E9%97%B4)
- [Article Header Image](https://redefine-docs.ohevan.com/article_customize/banner)
- [Mermaid JS support](https://redefine-docs.ohevan.com/plugins/mermaid)
- SEO friendly
- [Aplayer support](https://redefine-docs.ohevan.com/plugins/aplayer)
- [Shuoshuo support](https://redefine-docs.ohevan.com/shuoshuo)
- [Customizable Font](https://redefine-docs.ohevan.com/basic/global#%E8%87%AA%E5%AE%9A%E4%B9%89%E5%AD%97%E4%BD%93)
- Tailwind CSS Included## ☁️ Installation
The easiest way to install Theme Redefine is by using **npm** (after your hexo version has been up to `5.0`+)
```sh
$ cd your-hexo-site
$ npm install hexo-theme-redefine@latest
```Another method is by **git clone**
```sh
$ cd your-hexo-site
$ git clone https://github.com/EvanNotFound/hexo-theme-redefine.git themes/redefine
```After the installation, go to the `_config.yml` of your hexo site and set
```yaml
theme: redefine
```## ⏫ Update
To update hexo-theme-redefine, you can run the same **npm** command
```sh
$ npm install hexo-theme-redefine@latest
```If you installed the theme by **git clone**, you can update the theme by running the following command
```sh
$ cd themes/redefine
$ git pull
```## 📄 Documentations
Please read [Redefine Docs](https://redefine-docs.ohevan.com/) when installing
It's very easy to understand.
## ☕ Support
Feel free to **pull request** and **send issues**.
If you have any questions, please send an email to [[email protected]](mailto:[email protected]). I will reply in time.
Please **give me a star** to support me, thanks!
Also, if you are using [Typora](https://typora.io/), check out [Typora Theme Redefine](https://github.com/EvanNotFound/typora-theme-redefine) so that you can preview the styles of your blog in Typora.
## 💗 Donations
Thanks to all the people who have donated to me. Your support is my greatest motivation.
If you like this theme, please give a star. You can also support me by [donating](https://github.com/EvanNotFound/hexo-theme-redefine/blob/dev/DONATION.md).
This is the list of all the people who have donated to me: [Donation List](https://github.com/EvanNotFound/hexo-theme-redefine/blob/dev/DONATION.md)
🎉 **想体验 OpenAI 的 ChatGPT Plus 会员?官网 20 美元每月太贵了?不用担心!**
🚀 立即加入我的 [GPT Plus Share](https://gpt.oknice.ca) GPT Plus 共享站,ChatGPT Plus 随心用。
- ✅ 支持 OpenAI 最新所有模型,包括 `GPT-4o`, `o1` 系列模型。
- ✅ 后台大量官方正版账号号池,随心使用
- ✅ 每月仅需低至 23.99 人民币,支持一天免费试用
- ✅ 无需梯子,国内免翻访问!
- ✅ 由 Evan 本人运营,售后保证,已稳定运行超过一年[](https://www.gptplus.ca/home)
## 🌟 Star History
## 💻 Development
If you want to contribute to this project, you can clone the `dev` branch and check out the [Development Docs](https://redefine-docs.ohevan.com/developer) to get started.