From 880db5b4dc2a1d3b3aacfb1e57bff19f9d681d32 Mon Sep 17 00:00:00 2001 From: PJ568 Date: Sun, 26 May 2024 14:32:29 +0800 Subject: [PATCH 1/2] feat(view): Add Giscus --- include/schema/common/comment.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/schema/common/comment.json b/include/schema/common/comment.json index f8633de13..7add8af0a 100644 --- a/include/schema/common/comment.json +++ b/include/schema/common/comment.json @@ -16,6 +16,9 @@ { "$ref": "/comment/facebook.json" }, + { + "$ref": "/comment/giscus.json" + }, { "$ref": "/comment/gitalk.json" }, From 7fc56ca3e4cd202441ada0056f15191232e87bf8 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Mon, 3 Jun 2024 18:35:28 -0700 Subject: [PATCH 2/2] chore: bump hexo-component-inferno version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c03923ff0..33775247a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "bulma-stylus": "0.8.0", "deepmerge": "^4.3.1", "hexo": "^7.1.1", - "hexo-component-inferno": "^3.0.0", + "hexo-component-inferno": "^3.1.0", "hexo-log": "^4.1.0", "hexo-pagination": "^3.0.0", "hexo-renderer-inferno": "^1.0.2",