30 Dec 2020 - Jekyll
It would be awesome if someone can leave comments to your posts. However, because a GitHub page is a static website, allowing to leave a comment is not a typical use case. After a few days online research, I found a very useful 3rd-party GitHub App called Utterances that can achieve this goal.
According to the Utterances’ website, it uses GitHub issues for blog comments. The installation is also straighforward:
_includes
directory.<script src="https://utteranc.es/client.js"
repo="miaxu-src/miaxu-src.github.io"
issue-term="pathname"
theme="github-light"
crossorigin="anonymous"
async>
</script>
That’s it! You will have a nice-looking comment system on your post page.
«Prev | More About | Next» |
---|---|---|
Natas2 - Directory Indexing Vulnerability | Jekyll | Variadic Macros In C |