PixelBlog Reborn

Welcome to the new PixelBlog. After running on Flask for a while, I decided to rebuild the entire blog as a static site using Hugo.

Why the change?

  • Performance: Static files served directly by Nginx — no Python runtime overhead
  • Security: No application server = no application-layer attack surface
  • Simplicity: No Docker, no database, no WSGI server — just Markdown + hugo build
  • Version Control: All content lives in Git, deployed with a single command

What’s new?

  • Dark theme by default, with a retro pixel aesthetic
  • JetBrains Mono for code, Press Start 2P for headings
  • Chroma syntax highlighting with Dracula theme
  • Full-text search powered by Fuse.js
  • RSS feed support

What stays the same?

The focus remains on security research, reverse engineering, and low-level exploration. Expect more write-ups on Windows internals, Rust for security tooling, and CTF solutions.

Stay tuned. The terminal is warm.