Markdown-driven, Hugo-powered.
Welcome to My Blog
Welcome! ๐ This is my new Hugo + PaperMod blog, deployed on ARM64 Ubuntu. Why Hugo? โก Single binary โ no Node/Python/Java runtime ๐ Millisecond builds โ even for thousands of posts ๐ Markdown-first โ drop .md files in content/posts/ ๐จ PaperMod theme โ dark mode, TOC, search, RSS built-in Quick Workflow # New post hugo new content posts/20260823_my-post.md # Local preview (hot reload) hugo server -D # Build for production hugo --minify Deploy Push to GitHub โ Cloudflare Pages / Vercel / GitHub Pages auto-deploy. ...