# hexo-theme-kaze **Repository Path**: wang_hongyang/hexo-theme-kaze ## Basic Information - **Project Name**: hexo-theme-kaze - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-28 - **Last Updated**: 2021-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
hexo-theme-Kaze
一个简洁,响应式的Hexo主题
中文 | English
--- ## 预览  ## 简介 Kaze是一个简洁、响应式、快速的Hexo主题,由[theme-kaze](https://github.com/theme-kaze)开发维护。 > 本主题仿照[@SukkaW](https://github.com/SukkaW)的[博客](https://blog.skk.moe/)。 ## 特性 + 响应式设计,适配桌面端、平板、手机等各种设备 + 前端性能优化,加载快速,眨眼之间即可加载完成 + 图片懒加载,应用懒加载技术加快页面的生成速度 + 资源压缩,提升本地资源请求速度 + 精简设计,不包含Jquery等额外库 + 支持侧边栏小组件,例如最近文章,作者卡片 + 暗黑模式,享受黑夜的魅力 + 代码高亮,支持prismjs + 公式渲染,支持`katex`和`mathjax` + 评论系统,集成`valine`、`gitalk`和`livere` + 访问量统计和谷歌分析支持 ## Demo演示 + [Demo](https://demo.theme-kaze.top/) + [0x4qE's Blog](https://0727.site) ## 安装 **我们建议您使用hexo5.0及以上版本,以获得更全面的体验。** ### 直接通过npm/yarn安装 在Hexo5.0及以上版本中您可以直接通过输入 ```bash npm install hexo-theme-kaze ``` 直接安装主题,接着修改`your site/_config.yml` ```yaml theme: kaze ``` ### 其他方式 如果您有其他需要可以在`your site/themes`下输入 ```bash git clone https://github.com/theme-kaze/hexo-theme-kaze.git ``` 或者下载主题压缩包在`your site/themes`下解压,并且将`hexo-theme-kaze`重命名为`kaze` > 重命名为`kaze`是为了与通过`npm/yarn`下载保持一致性 ## 配置说明 [主题使用文档](https://demo.theme-kaze.top/document/) ## issue格式 有任何的`bug`或者建议都可以向我们提`issue`! ```markdown ## hexo版本以及您遇到的问题 TODO ## 如何重现这个问题 TODO ## 预期结果 TODO ``` ## 贡献者 + [@0x4qE](https://github.com/0x4qE) + [@songhn233](https://github.com/songhn233) ### 特别感谢 主题样式设计参考了[SukkaW's blog](https://blog.skk.moe/) ## 开源许可 根据MIT许可开源