This repository stores the source of Computorg.
-
Install quarto
-
Install DotNet SDK 8.0
- Linux:
sudo apt-get install dotnet-sdk-8.0
- macOS:
brew install dotnet
-
Create an API key on github (personal access token)
- Go to your settings
- Then developer settings
- Then create a github token
-
Put the token in a file named
.env-secret
in the root of this repositoryGITHUB_TOKEN=your_github_token
-
Now, you can compile the website with
quarto render .