修复
- 修正 ja 多语言翻译错误
- 修复和优化样式,提升文字对比度,优化阴影效果
特性
- 新增
injector
配置用于注入自定义代码,其效果和 Hexo#Injector 类似,支持head
、body
和sidebar
注入injector: head_begin: # Inject code snippet right after <head> head_end: # Inject code snippet right before </head> body_begin: # Inject code snippet right after <body> body_end: # Inject code snippet right before </body> sidebar_begin: # Inject code snippet right after <aside> sidebar_end: # Inject code snippet right before </aside>
- 新增
copyright
配置用于向 copyright 注入自定义代码copyright:
Fixes
- Fixed incorrect Japanese multilingual translation errors.
- Optimized styles: Improved text contrast and enhanced shadow effects.
Features
- Added
injector
configuration to inject custom code snippets, with functionality similar to Hexo#Injector. It supports injection intohead
,body
, andsidebar
areas:injector: head_begin: # Inject code snippet right after <head> head_end: # Inject code snippet right before </head> body_begin: # Inject code snippet right after <body> body_end: # Inject code snippet right before </body> sidebar_begin: # Inject code snippet right after <aside> sidebar_end: # Inject code snippet right before </aside>
- Added
copyright
configuration to inject custom code snippets into copyright:copyright:
New Contributors
- @reindex-ot made their first contribution in #12
Full Changelog: v0.6.2...v0.6.3