Personal blog powered by Hugo with the drishtikon theme.
-
Install mise — it will pick up the Hugo version from
mise.toml:mise install
-
Clone with submodules:
git clone --recurse-submodules https://github.com/bosmak/blog.git
If you already cloned without
--recurse-submodules:git submodule update --init --recursive
-
Start the dev server:
hugo server -D
The site will be available at http://localhost:1313.
hugo new posts/my-post-slug.mdThen edit content/posts/my-post-slug.md and add front matter.
Pushes to main automatically build and deploy to GitHub Pages via the deploy workflow.