Upload & Revision Instructions
Note
Jump in and translate – that’s where the real work happens. The file gymnastics at the end are best left to Franz or Niels anyway.
Once a chapter is finalised, follow these steps to get it onto the website.
Naming convention
Save chapter files with the same names used for the English originals:
02_introduction.md
03_chapter1.md
04_chapter2.md
05_chapter3.md
06_chapter4.md
07_backmatter.md
Where to place files
Put them in the chapters/ subfolder of your language:
da/chapters/02_introduction.md
da/chapters/03_chapter1.md
...
pl/chapters/02_introduction.md
...
Rendering and publishing
Once files are in place, run from the project root:
quarto renderCheck the output locally in _site/ (open _site/index.html in a browser). When satisfied, publish with:
./publish.shThis pushes the rendered site to the pages branch on Codeberg.
Revision workflow
If a published chapter needs corrections:
- Edit the
.mdfile in your language folder. - Re-run
quarto renderand check locally. - Run
./publish.shto republish.
Do not edit files directly in _site/ — changes there will be overwritten on the next render.