Skip to content

hqnna/website

Repository files navigation

website license status

My personal website and blog, made using the Zine static site generator.

Deploying To Cloudflare

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:

  • Zine, which is the static site generator I use for the website.
  • Wrangler, which is used to deploy the website to Cloudflare Pages.

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.

Licensing Of Content

Everything under this repository is licensed under two different licenses, depending on content:

  • Source code is all licensed under the BSD-3-Clause-Clear license.
  • Blog posts are all licensed under the CC BY-NC-ND 4.0 license.
  • All fonts are licensed under their respective licenses.

I would recommend reading the licenses before forking this repo.