/hexo-theme-kaze

⛵ A responsive, modern Hexo theme

Primary LanguageEJSMIT LicenseMIT

Hexo Theme Kaze

A simple, responsive Hexo theme

English | 中文


Preview

Introduction

Kaze is a simple, responsive and modern Hexo theme, designed by theme-kaze

Feature

  • Responsive design, adapt to mobile phones, tablets, computers and other devices
  • Front-end performance optimization
    • Image lazy loading, can be used with thumbnails to get a better experience
    • Resource minify, speed up access speed
    • minimize the use of JS libraries such as Jquery
  • Sidebar widgets, such as recent articles, author cards
  • Dark mode, enjoy the comfort of the night
  • Code highlight, support prismjs
  • Formula rendering, support katex and mathjax
  • Comments, integrated valine, gitalk, livere
  • PV/UV statistics and google analytics support

Demo

Installation

We recommend using Hexo 5.0.0 and above for a better experience

Install by npm/yarn

In version 5.0.0 and above, you can directly enter this command to install

npm install hexo-theme-kaze

then change your site/_config.yml

theme: kaze

Other method

Enter this command under your site/themes

git clone https://github.com/theme-kaze/hexo-theme-kaze.git

Or download compression package and unzip under your site/themes, rename hexo-theme-kaze to kaze

Renamed to kaze is to maintain consistency with installation by npm/yarn

document

Configuration document

Issue template

If you have any bug or suggestion, please send us issue!

You can see issue template details when creating new issues.

Contributors

Special Thanks

This theme references to the design of SukkaW's blog

License

Open sourced under the MIT License