v1.8.13
版本发布时间: 2021-12-19 16:16:47
fluid-dev/hexo-theme-fluid最新发布版本:v1.9.8(2024-07-24 14:14:28)
:sparkles: 新功能
- LeanCloud 增加忽略本地路径的配置项
web_analytics:
leancloud:
+ ignore_local: false
- OpenGraph 增加开关配置项
open_graph:
+ enable: true
- FrontMatter 可通过
og_img
字段单独设置 OpenGraph 图片(默认等同于index_img
):
---
title: 文章标题
index_img: /img/index.png
og_img: /img/og.png
---
:art: 优化
- 文章可自动生成
description
属性 - 修改阅读时长的默认值和计算
- 更新
iconfont
和hint
的 CDN 链接
:bug: 修复
- 修复首页打字机从 API 嵌套取值无效的情况
- 修复文章面板在部分情况下会超出
:sparkles: Feature
- LeanCloud adds a configuration item that ignores localhost:
web_analytics:
leancloud:
+ ignore_local: false
- OpenGraph add switch configuration item:
open_graph:
+ enable: true
- Set the OpenGraph image separately through the
og_img
field in FrontMatter (the default is equivalent toindex_img
):
---
title: Post Tile
index_img: /img/index.png
og_img: /img/og.png
---
:art: Enhancement
- Post can automatically generate the
description
meta - Modify the default value and calculation of wordcount
- Upgrade the CDN links of
iconfont
andhint
:bug: Fix
- Fix the slogan from the nested value of the API is invalid
- Fix post pages will exceed in some cases