Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srlee056 committed Dec 19, 2023
1 parent 3041406 commit 2ca7a71
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions content/post/Blog/blog-3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@ tags = [

설정은 `hugo.toml`을 수정하면 되는데, 이 때 필요한 repo id나 기타 등등은 <https://giscus.app/ko>를 통해 알 수 있다.

```script
<script src="https://giscus.app/client.js"
data-repo="srlee056/giscus"
data-repo-id="R_kgDOK7YF9g"
data-category="Blog"
data-category-id="DIC_kwDOK7YF9s4Cb2te"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="preferred_color_scheme"
data-lang="ko"
crossorigin="anonymous"
async>
</script>
```toml
[params.comments]
enabled = true
provider = "giscus"

[params.comments.giscus]
reactionsEnabled = 1
emitMetadata = 0
repo = "srlee056/giscus"
repoID = "R_kgDOK7YF9g"
category = "Blog"
categoryID = "DIC_kwDOK7YF9s4Cb2te"
mapping = "pathname"
lang = "ko"
lightTheme = "light_high_contrast"
darkTheme = "dark_high_contrast"
```

0 comments on commit 2ca7a71

Please sign in to comment.