提交 a441e8ea 编写于 作者: N Nexmoe

fix config bug

上级 33387d20
......@@ -96,6 +96,10 @@ utteranc: # https://utteranc.es/
giscus: # https://giscus.app/
repo: [ENTER REPO HERE]
issue_term: title
label: General
theme: light
\ No newline at end of file
repo_id:
category: General
category_id:
mapping: title
reactions_enabled: true
theme: light
lang: zh-CN
\ No newline at end of file
......@@ -9,3 +9,16 @@
crossorigin="anonymous"
async
></script>
<script src="https://giscus.app/client.js"
data-repo="<%= theme.giscus.repo %>"
data-repo-id="<%= theme.giscus.repo_id %>MDEwOlJlcG9zaXRvcnkzNjk5Njc4OTg="
data-category="<%= theme.giscus.category %>"
data-category-id="DIC_kwDOFg1DGs4B_sy8<%= theme.giscus.category_id %>"
data-mapping="pathname<%= theme.giscus.mapping %>"
data-reactions-enabled="<%= theme.giscus.reactions_enabled %>" "
data-emit-metadata="0"
data-theme="<%= theme.giscus.theme %>"
data-lang="<%= theme.giscus.lang %>
crossorigin="anonymous"
async>
</script>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册