Step 2: Cloud Editor
Now that your site exists, let’s edit it. Instead of installing Git, Hugo, and Node.js on your computer, we’ll use GitHub Codespaces—a powerful VS Code environment that runs in your browser.
-
Go to your Repository
Navigate to your new repository on GitHub (e.g.,
https://github.com/username/username.github.io). -
Launch Codespace
- Click the green Code button (or <> Code).
- Switch to the Codespaces tab.
- Click Create codespace on main.
-
Wait for Setup
You will see a “Setting up your codespace” screen.
Note: The first launch can take ~2 minutes as it installs the HugoBlox tools and VS Code extensions for you.
-
Preview the Site
Once loaded, the preview server should automatically start. You’ll see a notification: “Your application running on port 1313 is available.”
Click Open in Browser (or look for the
Simple Browsertab inside VS Code) to see your live site preview! -
Open HugoBlox Studio
To configure your site easily:
- Click the HugoBlox ‘H’ icon in the left Activity Bar.
- Use the visual editor to change your Theme, Title, and Layout.
- Changes are saved automatically!