A clean, minimal tech blog built with Hugo.
- Hugo Extended (v0.151.0+) - Static site generator
- Custom unsafe9 Theme - Fully designed and developed with Claude Code
- GitHub Pages - Automatic deployment on push to main
# Create a new post
hugo new posts/my-post-title.md
# Edit the file in content/posts/my-post-title.md
# Set draft: false when ready
# Preview locally
hugo server -D
# Push to main branch to deploy
git add .
git commit -m "Add new post"
git pushEnable Soft Wrap:
- Go to
Settings>Editor>General - Set
Soft Wraps>Soft-wrap these files:to*.md
Disable Hard Wrap:
- Go to
Settings>Editor>Code Style>Markdown - Disable
Wrap long text
- Clean, minimal design
- Full-text search
- Tag system with tag cloud
- Giscus comments integration
- Responsive layout
- Syntax highlighting for code blocks
- Reading time estimation
- RSS feed
- Social links (GitHub, LinkedIn, Email)
- Fast page loads
# Clone and start the Hugo development server
git clone https://github.com/unsafe9/unsafe9.github.io.git
cd unsafe9.github.io
hugo server -DVisit http://localhost:1313 to preview.
Edit config.toml to customize site title, description, social links, and Giscus comments.
Built with Hugo and fully customized with Claude Code