From da11348d715000a88a19616dafc9c680b740554e Mon Sep 17 00:00:00 2001 From: infoseek Date: Fri, 4 Oct 2024 00:04:48 +0800 Subject: [PATCH] vault backup from laptop: 2024-10-04 00:04:48 Affected files: content/index.md --- content/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/index.md b/content/index.md index 31855d85..0344cb52 100644 --- a/content/index.md +++ b/content/index.md @@ -18,7 +18,7 @@ See the [documentation](https://quartz.jzhao.xyz) for how to get started. ### 2024-01-16 12:27:00 感谢 [11ze's Garden-添加评论区](https://wangze.tech/添加评论区) 的教程,折腾把Quartz的giscus评论加上了,唯一美中不足的是quartz设置成Graph view/Backlinks/giscus都只能放在layout的right区中,挤在一起不太美观,看看后续官方更新中是否有改进空间(官方已经将giscus插件放入upcoming feature了,见 [https://github.com/jackyzha0/quartz/blob/v4/docs/features/upcoming features.md](https://github.com/jackyzha0/quartz/blob/v4/docs/features/upcoming%20features.md) )。 #### 2024-10-03 23:22:17 -今天发现 [11ze's Garden-添加评论区](https://wangze.tech/添加评论区) 的教程无法访问了,好在官方出了一个教程:[Comments (jzhao.xyz)](https://quartz.jzhao.xyz/features/comments),摘抄记录在这儿,避免失效。如下: +今天发现 [11ze's Garden-添加评论区](https://wangze.tech/添加评论区) 的教程无法访问了,好在官方出了一个教程:[Comments (jzhao.xyz)](https://quartz.jzhao.xyz/features/comments)。不过官方的写法略复杂,结合wangze.tech的教程,记录在这儿,避免失效,如下: 需要改三个文件: 1.quartz\quartz\components\pages 文件夹下添加文件,文件名:Giscus.tsx ,内容如下: ```