Hugoifier
Installation - Hugoifier
Back to top
Hugoifier
Installation
Installation¶
Prerequisites¶
- Python 3.11+
- Hugo extended — for building the generated site locally (
brew install hugoon macOS) - At least one AI API key
From Source¶
Docker¶
Then run with your preferred backend:
Anthropic (default)OpenAIGoogle
API Keys¶
Set the key for your chosen backend:
| Backend | Environment Variable | Model |
|---|---|---|
| Anthropic (default) | ANTHROPIC_API_KEY |
claude-sonnet-4-6 |
| OpenAI | OPENAI_API_KEY |
gpt-4-turbo |
GOOGLE_API_KEY |
gemini-1.5-pro |
Override the model with ANTHROPIC_MODEL, OPENAI_MODEL, or GOOGLE_MODEL.