A repo for my personal blog
| .github/workflows | ||
| assets/icons | ||
| content | ||
| .gitignore | ||
| go.mod | ||
| hugo.toml | ||
| README.md | ||
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