Landing page for Swisstransplant Data Science.
Tip
Before rendering, it may be a good idea to temporarily pause OneDrive synchronization. The reason is that during rendering, a lot of temporary files are being created and deleted, which can cause problems.
First, we need to render all profiles. It is important to first render the German version.
quarto render --profile de
quarto render --profile fr
The preview option can also be used to render and display the page. Don't preview the website in case you have drafts because preview will render them.
quarto preview --profile de
We run the post-processing script, which translates the document titles.
Multilanguage.qmd
Let's review all changes.
git status
If all is fine, commit all changes and push a new version of the website.
git add --all
git commit -m "update Q1 2024"
git push