Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
vendor
.Rproj.user

.fake
.fake
.env-secret
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,28 @@

This repository stores the source of Computorg.


## How to contribute to the website:

- install quarto
- install dotnet-sdk-8.0

```bash
sudo apt-get install dotnet-sdk-8.0
```

- create an API key on github

- go to your settings
- Then developer settings
- Then create a github token

- Put the token in .env-secret in the root of this repository

```bash
GITHUB_TOKEN=your_github_token
```

- Now, you can compile the website with

quarto-render