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?
- Blazing fast — builds thousands of pages in seconds
- Single binary — no Node, no Ruby, no Python dependencies
- 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.