This repo has the code for my personal website, www.diegoripley.ca. The website is generated as a static website with Hugo and is served via a Cloudflare worker that reads a Cloudflare R2 bucket.
# Clone the repository
git clone git@github.com:diegoripley/www.diegoripley.ca.git
# Navigate to the project directory
cd www.diegoripley.ca
# In Dev Container
hugo server --logLevel debug --disableFastRender -p 1313My website and code are distributed under an MIT license.