Welcome

This is the first post on the new blog. It’s built with Hugo, using the PaperMod theme, and will be hosted on GitHub Pages.

Everything is written in Markdown — no CMS, no database, just plain text files.

Why Hugo?

  1. Blazing fast — builds thousands of pages in seconds
  2. Single binary — no Node, no Ruby, no Python dependencies
  3. Zero-cost hosting — GitHub Pages handles the rest

Code Example

Here’s a quick test of code syntax highlighting:

def hello():
    print("Blog is live!")

hello()

Stay tuned for more.