更新日志
v1.1.3 (2025-08-06)
Bug 修复
- 修复文章展位图不生效
- 修复普通页面评论不显示
- 修复版权组件中 URL 过长导致页面溢出 ### 样式优化
- GitHub Alert 样式优化
- Plaintext 代码块样式优化
- 文章卡片样式优化
- 有序列表颜色优化
- 相关文章卡片样式精简
- 文章导航卡片高度
新特性
- 添加
About
模板 - 添加
link
短代码 - 优化搜索和目录功能点击事件
重构
- 重构 CSS 样式框架,移除
@tailwindcss/typography
依赖
v1.1.2 (2025-07-02)
Bug 修复
- 修复 Frontmatter 版权参数不生效
样式优化
- 图片居中显示
重大变更
- license 字段添加
author
和show
参数 - 删除
showLicense
参数
diff
params:
post:
- showLicense: true
license:
+ show: true
+ author: "Hugo Narrow"
name: "CC BY-NC-SA 4.0"
description: "This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. Please attribute the source, use non-commercially, and maintain the same license."
url: "https://creativecommons.org/licenses/by-nc-sa/4.0/"
displayName: "CC BY-NC-SA 4.0"
v1.1.1 (2025-06-25)
Bug 修复
- 修复 masonry 短代码 ID 重复导致的样式失效问题。
- 修复 glightbox 和 justified 参数设置不生效问题 。
样式优化
- 优化链接、脚注样式。
- 添加 scrollbar 样式。
- 添加主题配色,来自tweakcn。
v1.1.0 (2025-06-17)
重大变更
图库配置结构已更新,请及时调整您的 Hugo 配置。详情请参阅 发布说明。
功能增强
- 瀑布流图库短代码:新增
{\{< masonry >}}
短代码,支持瀑布流布局。
改进
- 全新灯箱系统:图库灯箱由 lightGallery 迁移至 GLightbox,提升性能与现代化体验。
- 优化分栏布局:jQuery 版 justified gallery 替换为 flickr-justified-gallery,全面支持原生 JavaScript。
- 移除 jQuery 依赖:图库系统完全去除 jQuery,提升加载速度并减小包体积。
Bug 修复
- 修复 post-meta 组件的 i18n 翻译问题。
- 解决统计模板导入异常问题。
v1.0.0 (2025-06-14)
功能增强
- 集成 Hugo 内置 SEO 模板
- 实现图库功能支持
- 添加文章封面自定义占位图功能
改进
- 移除冗余元数据字段
- 修复文章页导航描述显示问题