update README

This commit is contained in:
XPoet 2020-11-18 10:28:41 +08:00
parent 2bf7c653c2
commit beebe44404
1 changed files with 25 additions and 27 deletions

View File

@ -37,8 +37,6 @@
**Online Preview 在线预览** **Online Preview 在线预览**
> 如果你在使用该主题,欢迎 [PR](https://juejin.im/post/6844903856971710477) 将你的网站链接填写在下方,获得更多展示机会。
- [XPoet's Blog](https://xpoet.cn) - [XPoet's Blog](https://xpoet.cn)
- [ILS 官网](https://ils.xpoet.cn) - [ILS 官网](https://ils.xpoet.cn)
- ... - ...
@ -273,7 +271,7 @@ local_search:
trigger: auto # values: auto | manual trigger: auto # values: auto | manual
# Unescape html strings to the readable one. # Unescape html strings to the readable one.
# # 转义 HTML 字符串为可读字符串。 # 转义 HTML 字符串为可读字符串。
unescape: false unescape: false
# Preload the search data when the page loads. # Preload the search data when the page loads.
@ -399,7 +397,7 @@ sticky: 9999
```yml ```yml
local_search: local_search:
enable: true enable: true
trigger: auto # values: auto | manual trigger: auto
unescape: false unescape: false
preload: true preload: true
``` ```
@ -479,7 +477,7 @@ sticky: 9999
如果要在文章中显示数学公式,可以使用插件 **`hexo-filter-mathjax`**详情参考https://github.com/next-theme/hexo-filter-mathjax/ 。 如果要在文章中显示数学公式,可以使用插件 **`hexo-filter-mathjax`**详情参考https://github.com/next-theme/hexo-filter-mathjax/ 。
或按下列步骤完成相关配置: 或按下列步骤完成相关配置:
1. 在 Hexo 博客根目录下安装插件 **`hexo-filter-mathjax`**。 1. 在 Hexo 博客根目录下安装插件 **`hexo-filter-mathjax`**
```bash ```bash
npm install hexo-filter-mathjax --save npm install hexo-filter-mathjax --save