Hugo Linen
Theme Guide

Comments

The theme includes Gitalk integration hooks, but the example site keeps comments disabled. A real site should provide its own GitHub OAuth application and repository settings.

hugo.toml
[params.comment]  enable = false  client_id = ""  client_secret = ""  repo = ""  owner = ""  admin = ""  pager_direction = "last"

When comments are disabled, the theme simply skips the comment container. This keeps the example site buildable without external credentials.

The theme includes Gitalk integration hooks, but the example site keeps comments disabled. A real site should provide its own GitHub OAuth application and repository settings.```toml {title="hugo.toml"}[params.comment]  enable = false  client_id = ""  client_secret = ""  repo = ""  owner = ""  admin = ""  pager_direction = "last"```When comments are disabled, the theme simply skips the comment container. This keeps the example site buildable without external credentials.