Hello World - Welcome to My Blog

My first blog post — introducing the new site built with Hugo and Stack theme.

Welcome

Hello! This is my first post on the new blog, powered by Hugo and the Stack theme.

I migrated my old academic homepage (built with MkDocs) to this new setup, which offers:

  • Blog support with tags, categories, and archives
  • Full-text search across all content
  • Dark/Light mode toggle
  • Comments via Giscus
  • RSS feed for subscribers

What I’ll Write About

I plan to share content on:

  1. AI Infrastructure — deep learning compilers, model optimization
  2. CUDA Programming — kernel optimization, HGEMM, Tensor Core
  3. System Design — engineering best practices, tooling
  4. Miscellaneous — book reviews, personal reflections

How This Site Works

The entire site is built with Hugo, a blazing-fast static site generator. Articles are written in Markdown and automatically deployed to GitHub Pages via GitHub Actions on every push.

1
2
3
4
5
6
7
8
# Create a new post
hugo new blog/my-new-post/index.md

# Preview locally
hugo server -D

# Push to deploy
git add . && git commit -m "new post" && git push

Stay tuned for more posts!

Built with Hugo
Theme Stack designed by Jimmy