hexo-theme-particlex 2.5.9 → 2.5.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/_config.yml +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -130,7 +130,7 @@ card:
|
|
|
130
130
|
iconLinks:
|
|
131
131
|
{}
|
|
132
132
|
friendLinks:
|
|
133
|
-
Argvchs: https://argvchs.
|
|
133
|
+
Argvchs: https://argvchs.github.io
|
|
134
134
|
```
|
|
135
135
|
|
|
136
136
|
### 3.2.3. 页脚
|
|
@@ -275,7 +275,7 @@ Gitalk 是一个基于 GitHub Issue 和 Preact 的评论系统
|
|
|
275
275
|
|
|
276
276
|
**同样如果没有其他网站,请在 `sites:` 后添加一个 `{}`**
|
|
277
277
|
|
|
278
|
-
由于 Gitalk 官方 CORS 代理用的是 Cloudflare,速度过慢,添加了 `proxy` 参数,搭建 CORS 代理可以看[这篇文章](https://argvchs.
|
|
278
|
+
由于 Gitalk 官方 CORS 代理用的是 Cloudflare,速度过慢,添加了 `proxy` 参数,搭建 CORS 代理可以看[这篇文章](https://argvchs.github.io/2022/07/04/build-cors-anywhere)
|
|
279
279
|
|
|
280
280
|
```yaml
|
|
281
281
|
# Gitalk
|
package/_config.yml
CHANGED