This is the website of the MERRI collaboration
CORTRE team members can perform changes, following the steps below:
-
Clone the repository (or pull any changes if you already did) and perform your changes in the
.qmdfiles. Note that each of our pages (apart from the landing pageindex.qmd) has its own folder. These folders then always have an `index.qmd`` file, see below:. ├── index.qmd ├── team │ └── index.qmd ├── team │ ├── index.qmd | └── img/ | └── <...>.jpeg ├── _quarto.yml ├── styles.css ├── docs/ ├── LICENSE └── README.md
The /docs/ folder contains the rendered website.
-
This is a quarto website, so make sure you have quarto installed, see here.
-
Render the website using
quarto renderin the (RStudio) terminal -
Push all the changes back to git, including changes in the
.qmdfiles, new.qmdfiles and the updated/docs/folder.