diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |