utterances: github issue as comment for Hugo
utterances: github issue as comment for Hugo
Simple method
thmem/<theme-name>/partials/
디렉터리에 utterances.html
파일을 만들고 아래 와 같은 내용을 추가 한다.
thmem/<theme-name>/partials/utterances.html
<script src="https://utteranc.es/client.js"
repo="<username>/<username>.github.io"
issue-term="pathname"
theme="github-light"
crossorigin="anon"
async>
</script>
<username>/<username>.github.io
의은 자신의 github username으로 변경 한다.