Skip to content

Commit cfb0d50

Browse files
tonykayclaude
andcommitted
fix: use modern Hugo services.disqus config format
- Replace deprecated disqusShortname with services.disqus.shortname - This is required for Hugo to properly detect and load Disqus 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 86381b8 commit cfb0d50

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

config/_default/config.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
title = "Spec Coding"
22
languageCode = "en-us"
33
theme = ["github.com/chipzoller/hugo-clarity"]
4-
disqusShortname = "disqus_YWibv6kNhd"
54
googleAnalytics = "" # Enable Google Analytics by entering your tracking id
65

6+
[services]
7+
[services.disqus]
8+
shortname = "disqus_YWibv6kNhd"
9+
710
[params]
811
[params.author]
912
name = "Spec Coding"

0 commit comments

Comments
 (0)