Posts 지킬 github 코멘트
Post
Cancel

지킬 github 코멘트

jekyll comments

install

1
2
3
4
5
input https://github.com/apps/utterances

Only select repositories

user/repo  (remenber)

copy script

1
2
3
4
5
6
7
8
<script
  src="https://utteranc.es/client.js"
  repo="[ENTER REPO HERE]" //<= user/repo
  issue-term="pathname"
  theme="github-light"
  crossorigin="anonymous"
  async
></script>

modify post.html

추가

add include post.html

1
2
3
4
5
6
7
8
9
10
<div id="github" class="pt-2 pb-2">
  <script
    src="https://utteranc.es/client.js"
    repo="antdman777/antdman_blog"
    issue-term="pathname"
    theme="github-light"
    crossorigin="anonymous"
    async
  ></script>
</div>
This post is licensed under CC BY 4.0 by the author.