Skip to content

Commit a3802fa

Browse files
dsp-antclaude
andcommitted
Fix Hugo theme configuration for CI build
The theme was commented out in hugo.toml, causing the CI build to fail. Enabled the PaperMod theme using the Go module path format. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent c4eb72d commit a3802fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
baseURL = 'https://blog.modelcontextprotocol.io/'
22
languageCode = 'en-us'
33
title = 'mcp blog'
4-
#theme = 'PaperMod'
4+
theme = 'github.com/adityatelange/hugo-PaperMod'
55
[pagination]
66
pagerSize = 5
77

0 commit comments

Comments
 (0)