From bb120a8a29d58bf2c9f616db5eb00592d82c2926 Mon Sep 17 00:00:00 2001 From: projectSylas Date: Tue, 19 Mar 2024 17:10:23 +0900 Subject: [PATCH] docs: config client_id, secret fix --- _config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 71d2cc2..9c7ce4d 100644 --- a/_config.yml +++ b/_config.yml @@ -184,15 +184,15 @@ header_pages: # paginate: 5 # Disqus comments -disqus: - shortname: "projectSylas" +# disqus: +# shortname: "projectSylas" # Gitment comments gitment: username: "projectSylas" repo: "projectSylas.github.io" - client_id: "735715a1ba37dfa3a54f" - client_secret: "0291db90c858206918661a253cfdc5490578c6be" + client_id: "${{ secrets.client_id }}" + client_secret: "${{ secrets.client_secret }}" redirect_uri: "https://github.com" # If you use a custom domain name # Utterances comments