A Claude Code plugin for Hugo + Blowfish blog platform management: initialization, preview, migration, legal pages, and Hugo knowledge base.
This plugin provides tools for managing Hugo static sites with the Blowfish theme:
- Initialize new Hugo + Blowfish blog projects
- Preview locally with Hugo dev server
- Migrate Jekyll posts to Hugo format
- Generate EU-required legal pages (Impressum, privacy policy)
- Knowledge base for Hugo + Blowfish configuration and features
Via marketplace (recommended):
# Add the marketplace
/plugin marketplace add rhuss/cc-hugo
# Install the plugin
/plugin install hugo@cc-hugoFrom source:
git clone https://github.com/rhuss/cc-hugo.git
cd cc-hugo
make install| Skill | Command | Description |
|---|---|---|
| Init | /hugo:init [site-name] |
Initialize a new Hugo + Blowfish blog project |
| Preview | /hugo:preview |
Start Hugo dev server for local preview |
| Migrate | /hugo:migrate |
Convert Jekyll blog posts to Hugo format |
| Legal | /hugo:legal |
Generate EU-required legal pages |
| Knowledge | /hugo:knowledge [question] |
Hugo + Blowfish configuration guidance |
make validate # Validate plugin manifests
make install # Install plugin (adds marketplace + plugin)
make uninstall # Remove plugin and marketplace
make reinstall # Full uninstall and reinstall
make test-install # Integration test: local marketplace install
make release # Pre-release checks (validate + test-install)
make help # Show all targetsApache 2.0