Skip to content

rhuss/cc-hugo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cc-hugo

A Claude Code plugin for Hugo + Blowfish blog platform management: initialization, preview, migration, legal pages, and Hugo knowledge base.

Overview

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

Installation

Via marketplace (recommended):

# Add the marketplace
/plugin marketplace add rhuss/cc-hugo

# Install the plugin
/plugin install hugo@cc-hugo

From source:

git clone https://github.com/rhuss/cc-hugo.git
cd cc-hugo
make install

Skills

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

Development

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 targets

License

Apache 2.0

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors