abbw / hexo-theme-kaze

A simple, responsive Hexo theme

Home Page:https://demo.theme-kaze.top/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hexo-theme-Kaze

A simple, responsive Hexo theme

English | 中文


Preview

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!

## Hexo version and the problems you encountered
TODO
## Reproduction method
TODO
## other problems
TODO

Contributors

Special Thanks

This theme references to the design of SukkaW's blog

License

Open sourced under the MIT License

About

A simple, responsive Hexo theme

https://demo.theme-kaze.top/

License:MIT License


Languages

Language:Stylus 39.7%Language:HTML 38.5%Language:JavaScript 21.7%