This blog post is here as a simple test. In the future, I want to talk a bit about some interesting research I'm working on with Blizzard, the game engine research I've been doing at the University of Dayton, and the arcade cabinet we built for the game development club.
Tech Stack
This website format has been my vibe-coded take on a more styled version of the minimal bare-html type websites I saw on professors pages when I was looking for PhD programs. I wanted a static site without any javascript/jsx, but the ability to easily write blogs in markdown. To pull that off, I had Claude Desktop create a super simple python script using the markdown package and some static html strings.