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 installTo run the site locally use:
hugo serverTo make a new post:
hugo new posts/2025/10/github-copilot-and-branch-protection/index.mdThis 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.