# How to setup comments on your static blog

DevFeed: [How to setup comments on your static blog](<https://devfeed.tech/articles/how-to-setup-comments-on-your-static-blog-37169.md>)

Original publisher: [Read original article](<https://arkadiuszchmura.com/posts/how-to-setup-comments-on-your-static-blog/>)

Published: 2023-05-30T00:00:00Z

Content type: tutorial

Language: en

Sources: [Arkadiusz Chmura](<https://devfeed.tech/sources/arkadiusz-chmura.md>)

Topics: [GitHub Issues](<https://devfeed.tech/topics/github-issues.md>), [Website](<https://devfeed.tech/topics/website.md>), [Hugo](<https://devfeed.tech/topics/hugo.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [User Experience](<https://devfeed.tech/topics/user-experience.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [database](<https://devfeed.tech/tags/database.md>), [github](<https://devfeed.tech/tags/github.md>), [github-issues](<https://devfeed.tech/tags/github-issues.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [hugo](<https://devfeed.tech/tags/hugo.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [setup](<https://devfeed.tech/tags/setup.md>), [static](<https://devfeed.tech/tags/static.md>), [user-experience](<https://devfeed.tech/tags/user-experience.md>), [website](<https://devfeed.tech/tags/website.md>)

## AI overview

This tutorial explains how to add utterances comments to a static blog using GitHub Issues as comment storage. It covers repository setup, widget configuration, script integration, and handling the widget theme for dark mode.

## Source excerpt

With a tool called utterances, it's very easy to add comments to your website with minimal code and no need for a database.