Skip to content

Commit 008097c

Browse files
authored
Merge branch 'master' into structure
2 parents 5884539 + 378bb27 commit 008097c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,28 @@
33

44
This repository stores the source of Computorg.
55

6+
7+
## How to contribute to the website:
8+
9+
- install quarto
10+
- install dotnet-sdk-8.0
11+
12+
```bash
13+
sudo apt-get install dotnet-sdk-8.0
14+
```
15+
16+
- create an API key on github
17+
18+
- go to your settings
19+
- Then developer settings
20+
- Then create a github token
21+
22+
- Put the token in .env-secret in the root of this repository
23+
24+
```bash
25+
GITHUB_TOKEN=your_github_token
26+
```
27+
28+
- Now, you can compile the website with
29+
30+
quarto-render

0 commit comments

Comments
 (0)