(config): add Disqus comments configuration to enable user engagement
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 3m5s

This commit is contained in:
2025-08-02 22:03:18 -07:00
parent fd19c595b6
commit b4cc0126df
3 changed files with 7 additions and 2 deletions

View File

@@ -11,6 +11,11 @@ enableTwemoji = true
enableGitInfo = true
enableRobotsTXT = true
# Disqus comments configuration
[services]
[services.disqus]
shortname = "ericxliu-me"
[markup.highlight]
style = "github-dark"