Personal tech blog built with Hugo and PaperMod theme.
- 🌐 Multilingual support (English/Korean)
- 🎨 Clean and modern design with PaperMod theme
- 🚀 Fast loading and SEO optimized
- 📱 Fully responsive
- 🔍 Automatic language detection
- 🎯 Syntax highlighting for code blocks
- Static Site Generator: Hugo v0.154.5
- Theme: PaperMod
- Hosting: GitHub Pages
- CI/CD: GitHub Actions
# Install Hugo
brew install hugo
# Clone the repository
git clone https://github.com/myangw/myangw.github.io.git
cd myangw.github.io
# Run development server
hugo server -D
# Build site
hugo --gc --minifyThe site is automatically deployed to GitHub Pages via GitHub Actions when changes are pushed to the main branch.
Content is licensed under CC BY-NC-SA 4.0.