Adding Disqus Comments to Hugo
Hugo supports two popular comment systems:
- Disqus — a third-party social comment platform.
- Giscus — a comment system based on GitHub Issues/Discussions.
This post covers Disqus setup.
Read MoreBuilding a Static Blog with Hugo + GitHub Pages
References: Reference 1, Reference 2
1. Preparation
1.1 Install Git
Git is a distributed version control system. Common commands: git init, git clone, git add, git commit, git push, git pull, git branch, git merge.