Personal blog built with Hugo and the Coder theme.
- Hugo (extended version)
# Start dev server with drafts visible
hugo server -D
# Site available at http://localhost:1313hugo new posts/my-new-post.mdPosts are created as drafts by default. Set draft: false in frontmatter to publish.
hugo --minifyOutput goes to public/ directory.
Pushes to main branch automatically deploy to GitHub Pages via GitHub Actions.
content/posts/- Blog postsstatic/- Static files (images, CNAME, etc.)hugo.toml- Site configuration