v0.1.0
What's Changed
- fix: standardize token by @D-Sketon in 42f9450
- fix: giscus dark mode toggle by @D-Sketon in 19e5618
- refactor: support custom by @D-Sketon in footer/sponsor/top icon ee03e3f
- refactor: support custom loader icon by @D-Sketon in 8e4a199
- refactor: refactor menu and support custom icon by @D-Sketon in a9af452
- refactor: support custom anchor icon by @D-Sketon in 06ac078
- refactor: mobile and search share the same mask by @D-Sketon in 52caae4
修复
- 修复了
KaTeX
带有 tag 时会有多余的滚动条的 bug - 修复了
KaTeX
带有 tag 且宽度过小时会和左侧公式重叠的 bug - 修复了
giscus
评论不会随着日夜模式切换而改变主题的 bug,现在giscus
的commentTheme
配置无效giscus: commentTheme: # 无效的配置,现在主题由 reimu 托管了
- 修复了 Github icon 在夜间模式下颜色不明显的问题
- 同步了部分 transition 动画,使得动画更加统一
重构
- 现在搜索和移动端侧边栏共用一个 mask,减少了代码量
- 统一了 css 中的 token 颜色,现在可以通过修改某些 token 实现替换主题色
- 重构了
menu
配置,现在支持自定义 iconmenu: - name: home url: / icon: # 不填默认使用太极图标 - name: archives url: /archives icon: f0c1 # 你可以填写一个十六进制的数字来自定义 icon,支持 fontawesome 和 icon font - name: about url: /about icon: - name: friend url: /friend icon:
- 重构了
footer
、top
、sponsor
配置,现在支持自定义 iconfooter: icon: url: "../images/taichi.png" # 相对于 css/style.css 的路径,所以需要向上一级才能找到 images 文件夹 rotate: true mask: true top: # 这是新增配置 enable: true # true | false icon: url: "../images/taichi.png" rotate: true mask: true sponsor: icon: url: "../images/taichi.png" rotate: true mask: true
- 重构了
preloader
配置,现在支持自定义加载动画 iconpreloader: enable: true text: 少女祈祷中... icon: # 不填默认使用内链的svg(保证首屏加载速度),你可以填入一个链接来自定义加载图标,如 '/images/taichi.png'
- 新增了
anchor_icon
配置,现在支持自定义锚点 iconanchor_icon: # 不填默认使用 # 图标
Full Changelog: v0.0.4...v0.1.0