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

What inspired this blog?

What inspired this blog?

I’ve been a computer programmer for most of my life1. I’m a fan of Stack Overflow as a great place to ask questions about any problems I bump into while developing code. Recently I’ve been working on Google Apps Script and I noticed one name that often gave me good answers to my question was Tanaike; his page on Medium listed some other scripts that I thought were quite interesting. I liked the look of his about Tanaike web page which prompted me to look behind the scenes on that page. The page was generated by Hugo, and the Hugo theme being used appears to be Blackburn, created by Yoshiharu Yamashita. I had a play with the instructions on the Hugo quickstart page and I quite like how fast it is, even on my dated hardware. The missing detail about the layouts setup took me a little while to work around.

[Read More]