This is the source code for my personal website: gerardosalazar.com.
It's built using a standard Flask MVT style with blueprints and styled with Bootstrap. My blog is hosted on a MongoDB database via Mongo Atlas.
I manage my blog with Bookly, a REPL tool I built.
I host this site on my Kubernetes homelab with a Cloudflare proxy for security. You can see the materials for my Kubernetes cluster here.
This application is deployed via a CI/CD pipeline consisting of GitHug Actions, AWS ECR, and FluxCD.