djcarter85 / codingblog

The source for my coding blog
https://codingblog.carterdan.net
2 stars 0 forks source link

Add comments #11

Closed djcarter85 closed 2 years ago

djcarter85 commented 5 years ago

Using staticman

djcarter85 commented 2 years ago

Or https://utteranc.es/ - might work better as it keeps all the comments in GitHub, and most of the readers of this blog will have a GitHub account.

Would need something like the following:

<script src="https://utteranc.es/client.js"
        repo="djcarter85/codingblog"
        issue-term="url"
        label="comments"
        theme="github-light"
        crossorigin="anonymous"
        async>
</script>
djcarter85 commented 2 years ago

Or maybe https://giscus.app/

djcarter85 commented 2 years ago

Went for Utterances.