Releases: EvanNotFound/hexo-theme-redefine
v2.5.0
更新日志
新增
- 🎉 CDN 支持 Staticfile, Bootcdn 以及 CdnJS,成功被 CdnJS 收录!!速度起飞
- 日语翻译 @anzai249
- 说说头像新增边框 #235
- 自定义文章作者名字和头像 #243
- 文章链接预加载,访问速度提升 100ms+
- Javascript 代码全部重构为 ES6 模块
修复
- 代码块自定义字体失效 #236
- 移动端导航栏点击无响应 #230
- 笔记模块修复 Overflow 问题 @Krazyu
- MermaidJS 流程图支持动态亮暗切换
- Waline.mjs 切换为本地文件 #247
更新方法见:Redefine 文档 #更新
国内用户推荐使用 Staticfile CDN,由七牛云提供,速度特别快。
无需迁移配置文件
国庆期间,主题演示站和文档已被墙,请挂梯子访问。
Release Notes
New Features
- 🎉 Added CDN support for Staticfile, Bootcdn and CdnJS. We've been successfully listed on CdnJS, speeding things up!
- Japanese translation courtesy of @anzai249
- Introduced a new border option for profile pictures (#235)
- Now you can customize the author's name and avatar for articles (#243)
- Implemented article link preloading, improving the load time by 100ms+
- All Javascript code has been refactored into ES6 modules
Fixes
- Resolved the issue where the custom font for code blocks was not working (#236)
- Fixed the unresponsive mobile navigation bar issue (#230)
- Addressed the Overflow problem in the note module, thanks to @Krazyu
- Added dynamic light-dark mode switching for MermaidJS flowcharts
- Switched Waline.mjs to a local file (#247)
For update instructions, refer to: Redefine Documentation #Update
No need to migrate configuration files.
v2.4.4
更新日志
新增
修复
更新方法见:Redefine 文档 #更新
如果你之前安装了 hexo-blog-encrypt 文章加密插件,请执行 npm uninstall hexo-blog-encrypt 卸载,否则会冲突!
如果你的 cdn 选项用的还是 elemecdn,请立刻切换到其他源,比如 aliyun。目前 elemecdn 已经失效!!
无需迁移配置文件
Release Note
New
- Completely new style for the "Moments" page.
- Added the ability to click and enlarge images on the "Moments" page (#223).
- Recent moments now display specific times (#222).
- Added the ability to zoom in using the mouse scroll wheel on image previews (#206).
Fixes
- Inconsistent avatar sizes and misalignment of content box on the moments page (#224).
- Moments date format now supports the 24-hour clock (#221).
- Styling issue with the secondary menu on mobile devices (#226).
- Mathjax inline display problem.
For update instructions, refer to: Redefine Documentation #Updates
If you have previously installed the hexo-blog-encrypt article encryption plugin, please execute npm uninstall hexo-blog-encrypt to uninstall it, otherwise there might be conflicts!
If your CDN option is still set to elemecdn, please switch to another source immediately, such as aliyun. Currently, elemecdn has become ineffective!!
No need to migrate configuration files.
v2.4.3
更新日志
新增
修复
更新方法见:Redefine 文档 #更新
如果你之前安装了 hexo-blog-encrypt 文章加密插件,请执行 npm uninstall hexo-blog-encrypt 卸载,否则会冲突!
如果你的 cdn 选项用的还是 elemecdn,请立刻切换到其他源,比如 aliyun。目前 elemecdn 已经失效!!
无需迁移配置文件
Release Note
New
- Completely new style for the "Moments" page.
- Added the ability to click and enlarge images on the "Moments" page (#223).
- Recent moments now display specific times (#222).
- Added the ability to zoom in using the mouse scroll wheel on image previews (#206).
Fixes
- Inconsistent avatar sizes and misalignment of content box on the moments page (#224).
- Moments date format now supports the 24-hour clock (#221).
- Styling issue with the secondary menu on mobile devices (#226).
For update instructions, refer to: Redefine Documentation #Updates
If you have previously installed the hexo-blog-encrypt article encryption plugin, please execute npm uninstall hexo-blog-encrypt to uninstall it, otherwise there might be conflicts!
If your CDN option is still set to elemecdn, please switch to another source immediately, such as aliyun. Currently, elemecdn has become ineffective!!
No need to migrate configuration files.
v2.4.2
🎉 要开学了 🎉
本版本修复了上个版本更新的功能的 BUG 😂
更新日志
新增
- 自定义文章版权信息 #180
- 文章时效性显示 #207
- 内置
hexo-blog-encrypt文章加密插件 - 逐步开始转用 Tailwind CSS
- 开发者模式(Redefine 主题开发文档)
- Swup 版本更新到 4
修复
更新方法见:Redefine 文档 #更新
如果你之前安装了 hexo-blog-encrypt 文章加密插件,请执行 npm uninstall hexo-blog-encrypt 卸载,否则会冲突!
如果你的 cdn 选项用的还是 elemecdn,请立刻切换到其他源,比如 aliyun。目前 elemecdn 已经无法使用!!
需要迁移配置文件
在配置文件末尾添加:
# DEVELOPER MODE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> start
developer:
# Whether to enable developer mode (only for developers who want to modify the theme source code, not for ordinary users)
enable: false
# DEVELOPER MODE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end
即可
Release Note
New
- Custom article copyright information #180
- Display article timeliness #207
- Built-in
hexo-blog-encryptarticle encryption plugin - Gradually transitioning to using Tailwind CSS
- Developer mode
- Update Swup version to 4
Fixed
- Issue with not being able to close
single_page tagpage path issue #203- Unified page title sizes
- Unable to scroll through search results #208
- Mobile category page expansion #201
For update instructions, see: Redefine Documentation #Updates
If you previously installed the hexo-blog-encrypt article encryption plugin, please execute npm uninstall hexo-blog-encrypt to uninstall it, otherwise there may be conflicts!
Migration of configuration file is required
Add the following to the end of the configuration file:
# DEVELOPER MODE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> start
developer:
# Whether to enable developer mode (only for developers who want to modify the theme source code, not for ordinary users)
enable: false
# DEVELOPER MODE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end
That's it!
v2.4.1
🎉 要开学了 🎉
本版本修复了上个版本更新的功能的 BUG
更新日志
新增
- 自定义文章版权信息 #180
- 文章时效性显示 #207
- 内置
hexo-blog-encrypt文章加密插件 - 逐步开始转用 Tailwind CSS
- 开发者模式(Redefine 主题开发文档)
- Swup 版本更新到 4
修复
更新方法见:Redefine 文档 #更新
如果你之前安装了 hexo-blog-encrypt 文章加密插件,请执行 npm uninstall hexo-blog-encrypt 卸载,否则会冲突!
如果你的 cdn 选项用的还是 elemecdn,请立刻切换到其他源,比如 aliyun。目前 elemecdn 已经无法使用!!
需要迁移配置文件
在配置文件末尾添加:
# DEVELOPER MODE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> start
developer:
# Whether to enable developer mode (only for developers who want to modify the theme source code, not for ordinary users)
enable: false
# DEVELOPER MODE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end
即可
Release Note
New
- Custom article copyright information #180
- Display article timeliness #207
- Built-in
hexo-blog-encryptarticle encryption plugin - Gradually transitioning to using Tailwind CSS
- Developer mode
- Update Swup version to 4
Fixed
- Issue with not being able to close
single_page tagpage path issue #203- Unified page title sizes
- Unable to scroll through search results #208
- Mobile category page expansion #201
For update instructions, see: Redefine Documentation #Updates
If you previously installed the hexo-blog-encrypt article encryption plugin, please execute npm uninstall hexo-blog-encrypt to uninstall it, otherwise there may be conflicts!
Migration of configuration file is required
Add the following to the end of the configuration file:
# DEVELOPER MODE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> start
developer:
# Whether to enable developer mode (only for developers who want to modify the theme source code, not for ordinary users)
enable: false
# DEVELOPER MODE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end
That's it!
v2.4.0
🎉 要开学了 🎉
更新日志
新增
- 自定义文章版权信息 #180
- 文章时效性显示 #207
- 内置
hexo-blog-encrypt文章加密插件 - 逐步开始转用 Tailwind CSS
- 开发者模式(Redefine 主题开发文档)
- Swup 版本更新到 4
修复
更新方法见:Redefine 文档 #更新
如果你之前安装了 hexo-blog-encrypt 文章加密插件,请执行 npm uninstall hexo-blog-encrypt 卸载,否则会冲突!
如果你的 cdn 选项用的还是 elemecdn,请立刻切换到其他源,比如 aliyun。目前 elemecdn 已经无法使用!!
需要迁移配置文件
在配置文件末尾添加:
# DEVELOPER MODE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> start
developer:
# Whether to enable developer mode (only for developers who want to modify the theme source code, not for ordinary users)
enable: false
# DEVELOPER MODE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end
即可
Release Note
New
- Custom article copyright information #180
- Display article timeliness #207
- Built-in
hexo-blog-encryptarticle encryption plugin - Gradually transitioning to using Tailwind CSS
- Developer mode
- Update Swup version to 4
Fixed
- Issue with not being able to close
single_page tagpage path issue #203- Unified page title sizes
- Unable to scroll through search results #208
- Mobile category page expansion #201
For update instructions, see: Redefine Documentation #Updates
If you previously installed the hexo-blog-encrypt article encryption plugin, please execute npm uninstall hexo-blog-encrypt to uninstall it, otherwise there may be conflicts!
Migration of configuration file is required
Add the following to the end of the configuration file:
# DEVELOPER MODE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> start
developer:
# Whether to enable developer mode (only for developers who want to modify the theme source code, not for ordinary users)
enable: false
# DEVELOPER MODE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end
That's it!
v2.3.0
更新日志
新增
修复
更新方法见:Redefine 文档 #更新
需要迁移配置文件。版本更新请参考:版本更新迁移指南
Release Notes
Added
- Album loading animation
- Social media links with QR code on the homepage #189 @anzai249
- Website footer statistics support for services other than "不蒜子"
- Removed pjax and replaced it with swup as a single-page application engine to improve user experience and loading speed
Fixed
- Duplicate image paths #185
- Stylus file rendering issue with relative paths #188 @DwGoing
- Issue where changing album width does not refresh #187
For update instructions, please refer to: Redefine Documentation - Update
Configuration files need to be migrated.
v2.2.2
更新日志
新增
修复
更新方法见:Redefine 文档 #更新
本版本不需要迁移配置文件
Release Notes
Additions
- Added support for using images from the "post_assets" folder as article headers (#174).
- Fixed the issue where the homepage background would become blank when switching to "/page" (#173).
Fixes
- Fixed the toggle switch for enabling or disabling article comments.
- Resolved the problem with displaying sibling categories (#177).
- Addressed the issue with custom date and time formats (#182).
For instructions on how to update, please refer to the Redefine documentation under the Update section.
This version does not require migrating configuration files.
The English documentation is completed.
v2.2.1
更新日志
Hotfix: 修复 v2.2.0 字体文件过大 @oXnMe
更新方法见:Redefine 文档 #更新
本版本不需要迁移配置文件
Release Notes
Hotfix: Noto Sans CJK font file too large
- Optimization: Refactored some JavaScript code to improve performance.
- Optimization: Changed the default English font to
Satoshi.- Optimization: Updated the font on the initial screen to
Chillax.Optimization: Switched the Chinese font to thevariableformat.- Optimization: Applied a fixed color when the module is expanded.
- Optimization: Improved the display of recommended articles on mobile devices, thanks to @anzai249.
- Update: Completely redesigned the category page, now supporting multiple levels of categorization (#157).
- Update: Enhanced the friend links page to include support for displaying large images and categorizing the links, thanks to @anzai249.
- Fix: Resolved the issue with the site's favicon tag in subdirectories (#147).
- New: Added support for the commenting system Giscus (#163), thanks to @Ching367436.
To update, please refer to the Redefine documentation #Update for instructions.
Note: This version requires migrating both the configuration file and the friend link configuration. If you're updating from v2.1.5, please consult the update guide #167 for detailed instructions.
The English documentation is currently incomplete, so please select Chinese as the language in the documentation.
v2.2.0
更新日志
- 优化:重构些许 Javascript 代码,改善效能
- 优化:英文默认字体更换为
Satoshi - 优化:首屏字体更换为
Chillax - 优化:中文字体更换为
variable格式 - 优化:折叠模块打开时固定颜色
- 优化:文章推荐在移动端的显示,感谢 @anzai249
- 更新:分类页面重写,增加多级分类(#157)
- 更新:友情链接页面支持大图显示,支持友链分类,感谢 @anzai249
- 修复:站点
favicon标签在子目录的问题(#147) - 新增:评论系统 Giscus 支持(#163),感谢 @Ching367436
更新方法见:Redefine 文档 #更新
本版本需要迁移配置文件以及友链配置文件,详情请见 #167 更新指南
Release Notes
- Optimization: Refactored some JavaScript code to improve performance.
- Optimization: Changed the default English font to
Satoshi. - Optimization: Updated the font on the initial screen to
Chillax. - Optimization: Switched the Chinese font to the
variableformat. - Optimization: Applied a fixed color when the module is expanded.
- Optimization: Improved the display of recommended articles on mobile devices, thanks to @anzai249.
- Update: Completely redesigned the category page, now supporting multiple levels of categorization (#157).
- Update: Enhanced the friend links page to include support for displaying large images and categorizing the links, thanks to @anzai249.
- Fix: Resolved the issue with the site's favicon tag in subdirectories (#147).
- New: Added support for the commenting system Giscus (#163), thanks to @Ching367436.
To update, please refer to the Redefine documentation #Update for instructions.
Note: This version requires migrating both the configuration file and the friend link configuration. If you're updating from v2.1.5, please consult the update guide #167 for detailed instructions.
The English documentation is currently incomplete, so please select Chinese as the language in the documentation.


