A repo for my personal blog
Find a file
2026-07-22 15:35:16 -04:00
.github/workflows update hugo to have absolute path 2026-05-28 22:30:14 -04:00
assets/icons new theme time 2026-07-16 20:01:39 -04:00
content new theme time 2026-07-16 20:01:39 -04:00
.gitignore ignore a few things 2025-03-12 01:58:55 -04:00
go.mod update code blocks again 2026-07-22 15:35:16 -04:00
hugo.toml new theme time 2026-07-16 20:01:39 -04:00
README.md new theme time 2026-07-16 20:01:39 -04:00

blog

Source for Danshu's Musings.

Create a post

Posts use Hugo page bundles:

hugo new content posts/my-first-post/index.md

Update the theme

The site uses github.com/dotzenith/terminal-blog as a Hugo Module. Resolve the latest published revision with:

hugo mod get github.com/dotzenith/terminal-blog@latest