Skip to content

Commit f983d6d

Browse files
committed
Merge remote-tracking branch 'upstream/master' [skip ci]
2 parents ab28e97 + 9593386 commit f983d6d

File tree

22 files changed

+367
-675
lines changed

22 files changed

+367
-675
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ vendor
1515
.env-secret
1616
.fake
1717
*_files/
18+
.vscode/

.vscode/ltex.dictionary.en-US.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 78 deletions
This file was deleted.

README.md

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,40 @@
33

44
This repository stores the source of Computorg.
55

6-
76
## How to contribute to the website
87

9-
- Install [quarto](https://quarto.org/docs/get-started/)
8+
### Quarto
9+
10+
Our website has been built with [Quarto](https://quarto.org), an open-source scientific and technical publishing system. The first thing you need to compile the website is therefore to install Quarto, which can be done by downloading the corresponing installer here: <https://quarto.org/docs/get-started/>.
11+
12+
::: {.callout-note}
13+
## Positron
14+
15+
If you are using the new [Positron IDE](https://positron.posit.co), quarto is already bundled with it. You can simply type `which quarto` within the built-in terminal in Positron and add the returned path to your `PATH`.
16+
:::
17+
18+
### Microsoft DotNet SDK
1019

11-
- Install DotNet SDK 8.0
20+
You need to install Microsoft DotNet SDK which is now v9.0. Installers can be found here: <https://dotnet.microsoft.com/en-us/download>. Otherwise, you can install it on Unix systems via:
1221

13-
- Linux:
14-
```bash
15-
sudo apt-get install dotnet-sdk-8.0
16-
```
17-
- macOS:
18-
```bash
19-
brew install dotnet
20-
```
22+
- Linux:
23+
```bash
24+
sudo apt-get install dotnet-sdk-9.0
25+
```
26+
- macOS:
27+
```bash
28+
brew install dotnet
29+
```
2130

22-
- Create an API key on github (personal access token)
31+
### GitHub Personal Access Token
2332

24-
- Go to your settings
25-
- Then developer settings
26-
- Then create a github token
33+
You need to connect to your GitHub account.
2734

35+
- Go under *Settings*, scroll down until you see the *Developer settings* tab on the left sidebar and click on it. Follow the procedure to create a **classic** personal access token (PAT). Give it a name you will remember and remember to copy the PAT before closing the page.
2836
- Put the token in a file named `.env-secret` in the root of this repository
2937

30-
```bash
31-
GITHUB_TOKEN=your_github_token
32-
```
38+
```bash
39+
GITHUB_TOKEN=your_github_token
40+
```
3341

34-
- Now, you can compile the website with `quarto render .`
42+
Now, you can compile the website with `quarto render .`.

assets/img/cc-by.svg

Lines changed: 54 additions & 0 deletions
Loading

assets/img/doa.jpg

9.15 KB
Loading

assets/img/logo-sh.png

29.7 KB
Loading

assets/img/open_access_logo.png

26.9 KB
Loading
157 KB
Loading
-316 KB
Binary file not shown.

0 commit comments

Comments
 (0)