Visual Studio Code (VS Code)
Visual Studio Code (VS Code) is the recommended editor for HugoBlox. While you can edit raw files directly, we recommend installing HugoBlox Studio to configure your site visually.
✨ HugoBlox Studio
Section titled “✨ HugoBlox Studio”-
Install the Extension
Search for “HugoBlox” in the Extensions marketplace or click below:
-
Open the Configurator
Click the HugoBlox icon (H) in the Activity Bar (left sidebar).
-
Edit Visually
Select a section like Appearance or Identity to start customizing. Changes are auto-saved!
⚡️ Power User Workflow
Section titled “⚡️ Power User Workflow”Prefer raw code? VS Code is fantastic for that too.
- Split View: Open
params.yamlon the left and your live preview on the right. - IntelliSense: HugoBlox config files have built-in schema support, giving you autocomplete and validation errors if you type an invalid key.
- Terminal: Run
hugo serverin the integrated terminal (Ctrl + ~) to see build logs in real-time.
Learn more about Studio Deep dive into all the visual configuration features.