Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EvanNotFound/hexo-theme-redefine
Simplicity in Speed, Purity in Design: Redefine Your Hexo Journey.
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: 3 months ago
JSON representation
Simplicity in Speed, Purity in Design: Redefine Your Hexo Journey.
- Host: GitHub
- URL: https://github.com/EvanNotFound/hexo-theme-redefine
- Owner: EvanNotFound
- License: gpl-3.0
- Created: 2022-09-29T22:20:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T12:45:38.000Z (7 months ago)
- Last Synced: 2024-05-07T00:21:04.955Z (6 months 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: 42 MB
- Stars: 1,233
- Watchers: 6
- Forks: 88
- Open Issues: 20
-
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)
Want to use OpenAI GPT-4 but don't want to pay $20 per month? Check out [GPT Plus Share](https://gpt.oknice.ca)! You can use up to 100 ChatGPT Plus Accounts!
![GPT Billboard](https://github.com/EvanNotFound/hexo-theme-redefine/assets/68590232/55346629-cd54-45a4-9b31-3f979750b0c0)
## 🌟 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.