From a0b77e6a2d019cdf4d1d430e4c5a413ac43780bd Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Fri, 20 Feb 2026 12:17:19 -0500 Subject: [PATCH] Update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ba10d00..60033e2 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,19 @@ ## About -[![Deploy Hugo site to R2](https://github.com/dataforcanada/www.dataforcanada.org/actions/workflows/deploy_website.yaml/badge.svg)](https://github.com/dataforcanada/www.dataforcanada.org/actions/workflows/deploy_website.yaml) -[![Deploy Worker](https://github.com/dataforcanada/www.dataforcanada.org/actions/workflows/deploy_worker.yaml/badge.svg)](https://github.com/dataforcanada/www.dataforcanada.org/actions/workflows/deploy_worker.yaml) +[![Deploy Hugo site to R2](https://github.com/dataforcanada/d4c-service-main-site/actions/workflows/deploy_website.yaml/badge.svg)](https://github.com/dataforcanada/d4c-service-main-site/actions/workflows/deploy_website.yaml) +[![Deploy Worker](https://github.com/dataforcanada/d4c-service-main-site/actions/workflows/deploy_worker.yaml/badge.svg)](https://github.com/dataforcanada/d4c-service-main-site/actions/workflows/deploy_worker.yaml) -This repo has the code for the Data for Canada project website, [www.dataforcanada.org](https://www.dataforcanada.org). The website is generated as a static website with Hugo and is served via a Cloudflare worker that reads a Cloudflare R2 bucket. +This repo has the code for the Data for Canada project website. The website is generated as a static website with Hugo. ## How to Run Locally ```shell # Clone the repository -git clone git@github.com:dataforcanada/www.dataforcanada.org.git +git clone git@github.com:dataforcanada/d4c-service-main-site.git # Navigate to the project directory -cd www.dataforcanada.org +cd d4c-service-main-site # In Dev Container hugo server --disableFastRender --noHTTPCache -p 1313