Landing page for Swisstransplant Data Science.
First, we need to render all profiles, it is important to first render the German version.
quarto render --profile de
quarto render --profile fr
quarto render --profile en
The preview option can also be used to render and also display the page.
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 if fine, commit all changes and push a new version of the website.
git add --all
git commit -m "update Q1 2024"
git push