From b8fb7d7a8c8f3dfd7af148913993dd783684f5c8 Mon Sep 17 00:00:00 2001 From: nyms7 Date: Mon, 6 May 2024 15:19:49 +0800 Subject: feat: add giscus support --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c49d636..529116b 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,16 @@ url = "/posts" name = "resume" url = "/resume" +# giscus conf, for more detail, see https://giscus.app/ +[params.giscus] + enable = true + repo = "" + repoid = "" + category = "" + categoryid = "" + mapping = "pathname" + theme = "light" + # Syntax highlight on code blocks, all styles: # https://xyproto.github.io/splash/docs/all.html # I suggest algol -- cgit v1.2.3