Skip to main content
  1. Posts/

Hello World

·1 min
Author
Subhash Dasyam
Security researcher, engineer, and builder.
Table of Contents

Why This Site
#

I’ve been meaning to set up a proper personal site for a while. Somewhere to write about the things I work on, share notes, and have a home base on the web that I actually control.

This site is built with Hugo and the Blowfish theme. It’s deployed via GitHub Actions to GitHub Pages with a custom domain.

What to Expect
#

I’ll be writing about:

  • Security research — findings, tools, and methodologies
  • Engineering — things I build, problems I solve, and lessons learned
  • AI/ML — experiments, observations, and practical applications

The Stack
#

Nothing fancy:

  • Hugo for static site generation
  • Blowfish theme for a clean, dark-mode-first design
  • GitHub Pages for hosting
  • GitHub Actions for CI/CD

Posts are written in Markdown. The site also serves raw Markdown versions of each post for AI consumption — more on that in the next post.

Related