This contains the MkDocs files for my personal blog.
It's published to cloudflare pages
To preview locally:
mkdocs serve
To deploy:
git add .
git commit -m "Some message here"
git push
A cloudflare page worker will build the mkdocs site and publish it.