This is the source code for the website of BEARS, the Berlin Experimental Astronautics Research Student Team, based at TU Berlin.
The website is hosted using Github Pages and build using Quarto.
To add or change website content, locate the corresponsing .qmd file inside the website folder and edit it. The content is specified using markdown - for more info, check out the documentation.
The simplest way to get started is by editing the file directly on GitHub by clicking on "edit in place" or "open with github.dev". When finished, commit / create a pull request and ask someone from the IT project group to review it. Alternatively, ask them to give you edit permission, so you can change things directly. Don't forget to check the website after a few minutes to make sure your changes look like they should!
To add a new project site, create a new folder inside website/projects and then create an index.qmd file inside. You can also add extra files like images to the newly created folder. A good way to get started is simply copying an existing project site and modifying it.
To test the website locally on your own PC, you need to have Quarto installed. Then clone this repo e.g. using git or the GitHub App.
To preview the website, run quarto preview in the website folder:
cd website
quarto preview