Welcome to the QMCM handbook!
This is where we store information about studying and working in the Quantitative Modelling of Cell Metabolism group.
You can find the deployed version at https://dtu-qmcm.github.io/qmcm_handbook/.
The handbook is written in Pandoc-flavour markdown
files that live in the folder quarto_project
.
These files are converted to html using quarto and deployed using github pages and this github action.
To edit or create a page, just find or create its markdown file, either on github
or in your local copy of the repository. Next, make sure your page is listed in
the project.render
and website.sidebar.contents
lists in the project's
_quarto.yml
file,
adding it if necessary. Finally, commit your changes. When they make it to the
main
branch, the website will be updated automatically.
If you want to check on your computer how your changes are going to look, install
quarto and then run quarto render quarto_project
from the project root
(i.e. from the folder qmcm_handbook
). This should create a folder called _site
containing html files that you can open with your browser.