hqnna/website
Source for my personal website and blog
My personal website and blog, made using the Zine static site generator.
I do not deploy the website manually for multiple reasons, instead I have CI setup with Cloudflare's Wrangler CLI to automatically build and deploy any changes. If for whatever reason you want to do it manually however, you will need the two software I use for building and deployment:
After installing and setting up these two things you can build and deploy in two commands with ease:
zine release # builds the website for release / deployment
wrangler pages deploy public --project=website # deploy to cloudflare
This will build and deploy the website to a Cloudflare Pages project.
Everything under this repository is licensed under two different licenses, depending on content:
I would recommend reading the licenses before forking this repo.