Personal website of Mike Zornek, a developer and teacher from the suburbs of Philadelphia.
- Static site generated with Hugo.
- Styling is done with the help of Tailwind.
- The site is hosted on Render.
- The main repo is hosted on GitHub.
- Analytics are tracked using Plausible.
- We track uptime with updown.io
The project expects Tailwind CLI to be installed and we recommend you run the following to get those tools installed:
npm install
To run the site locally use:
hugo server
To make a new post:
hugo new posts/2025/4/modern-hugo-on-render-static-site/index.md
This site uses a custom theme called reborn
. It is not built as a drop in theme for other Hugo sites. Feel free to reference it but keep that limitation in mind.