mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-13 14:00:51 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
## Table of Contents
|
||||
- [About](#about)
|
||||
- [How to Run Locally](#how-to-run-locally)
|
||||
- [License](#license)
|
||||
|
||||
## About
|
||||
[](https://github.com/dataforcanada/www.dataforcanada.org/actions/workflows/deploy_website.yaml)
|
||||
[](https://github.com/dataforcanada/www.dataforcanada.org/actions/workflows/deploy_worker.yaml)
|
||||
|
||||
This repo has the code for my personal 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.
|
||||
|
||||
## How to Run Locally
|
||||
|
||||
```shell
|
||||
# Clone the repository
|
||||
git clone git@github.com:dataforcanada/www.dataforcanada.org.git
|
||||
|
||||
# Navigate to the project directory
|
||||
cd www.dataforcanada.org
|
||||
|
||||
# In Dev Container
|
||||
hugo server --logLevel debug --disableFastRender -p 1313
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
My website and code are distributed under an MIT license.
|
||||
|
||||
[Back to top](#top)
|
||||
Reference in New Issue
Block a user