2024 08 20

Can I get some feedback?

I asked ChatGPT for suggestions on how to implement comments on a Hugo static website hosted on GitHub Pages. This led me to implementing Utterances. Can I get some feedback? Let’s hope so!

      <div id="comments">
        <h2>Comments</h2>
        <script src="https://utteranc.es/client.js"
                repo="spr12ian/spr12ian.github.io"
                issue-term="pathname"
                theme="preferred-color-scheme"
                crossorigin="anonymous"
                async>
        </script>
      </div>

Further Reading

ChatGPT Github Pages Hugo Utterances