Skip to content

v2.5.1

Compare
Choose a tag to compare
@EvanNotFound EvanNotFound released this 14 Nov 06:52
· 417 commits to main since this release
3b41508

更新日志

新增

  • 设定文章默认版权信息 #262(需迁移配置文件 articles.copyright
  • 全新主题 Readme 渲染图
  • CDN 连接测试,防止由于 CDN 未同步,导致主题部署失败问题。如果测试失败,会自动回退到本地文件。

修复

  • 导航栏 overflow 问题 @Krazyu
  • 图片瀑布流加载动画列数 @Krazyu
  • 封面图片宽度异常 #261
  • 主题标签页面在 Hexo 7.0.0 无法加载问题 #283
  • Note Large 模块字体偏大 #292
  • Waline 评论在开启 CDN 状态下无法使用 #278
  • 有序列表内写无序列表会变成有序列表问题 #290
  • Mathjax Display 字体不居中 #293
  • Mathjax 行内公式偏上
  • 有序列表偏左 #288
  • Folding 模块 yellow 和 orange 同一个颜色 #289

优化

  • Gitalk 更换为 Staticfile CDN
  • 导航栏站点标题样式
  • 首页背景模糊性能
  • 移动端文章阅读体验
  • 些许评论优化

更新方法见:Redefine 文档 #更新

国内用户推荐使用 Staticfile CDN,由七牛云提供,速度特别快。

需要迁移配置文件,请自行将自己的 _config.redefine.yml 和主题文件夹内的 _config.yml 进行比对,同步新增的配置项。

Release Notes

New Features

  • Added default copyright information for articles #262 (requires migration of the configuration file articles.copyright).
  • New theme readme rendering image.
  • CDN connection test to prevent theme deployment failures due to unsynchronized CDN. If the test fails, it will automatically revert to local files.

Fixes

  • Fixed navigation bar overflow issue @Krazyu.
  • Adjusted the number of columns in the image waterfall loading animation.
  • Resolved abnormal width of cover images #261.
  • Fixed the issue where theme tag pages couldn't load in Hexo 7.0.0 #283.
  • Adjusted overly large font in the Note Large module #292.
  • Fixed Waline comments not working when CDN is enabled #278.
  • Addressed the issue where writing an unordered list inside an ordered list turns it into an ordered list #290.
  • Centered Mathjax Display fonts #293.
  • Aligned Mathjax inline formulas correctly.
  • Corrected the left alignment of ordered lists #288.
  • Fixed the Folding module having the same color for yellow and orange #289.

Optimizations

  • Switched Gitalk to Staticfile CDN.
  • Improved navigation bar site title style.
  • Enhanced homepage background blur performance.
  • Improved article reading experience on mobile devices.
  • Several comment system enhancements.

For update instructions, see: Redefine Documentation #Update

Users in China are recommended to use Staticfile CDN provided by Qiniu Cloud for fast speeds.

To migrate configuration files, please compare and synchronize the new configuration items in your _config.redefine.yml with those in the theme folder's _config.yml.