From 759299fc819911e0712ccc24105ba026dbdfd4cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=9E=E9=9B=AA=E6=97=A0=E6=83=85?= Date: Tue, 24 Dec 2019 10:09:04 +0800 Subject: [PATCH] Update config.toml --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index ddffe91..b55f5e1 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -64,7 +64,7 @@ disqusShortname = "yourdiscussshortname" ## 是否开启disqus评论,不要 ## 配置 utteranc评论,教程参考 https://utteranc.es/ [params.utteranc] enable = true - repo = "flysnow-org/comment" + repo = "your github repo" ##换成自己得 issueTerm = "pathname" theme = "github-light"