This repository is a for creating a static site using Hugo and the Blowfish theme, automatically deployed via GitHub Pages.
- Click the “Use this template” button (top-right on GitHub)
- Choose a repository name (example:
my-blog) - Make sure it is public
- Confirm
-
Go to
Settings→Pages -
Under Build and Deployment, select:
- Source: GitHub Actions
-
That’s it — GitHub Pages will wait for the workflow to build your site.
Before running or deploying locally, update your hugo.toml:
baseURL = 'https://<your-user>.github.io/<your-repo>/'
languageCode = 'en-us'
title = 'My Blog'
theme = 'blowfish'
[params]
defaultTheme = "auto"
ShowReadingTime = true
ShowPostNavLinks = true