Hugo

Add Gitalk for comments in Hugo Blog

354 words

Gitalk is a comment plug based on Github issue api. Hugo can compile the Markdown files with themes and templates into static web files, such as CSS, HTML and JavaScript.

To use Gitalk in the Hugo blog, we need to add Gitalk related code as <div> into the HTML template. Then update the config.toml for Gitalk.