The development takes place in this Github project.
Want to contribute?
The website is built as a static website using Quarto.
- We use the Issues feature of the website repository to catalogue and discuss ideas and feature requests for the website. (Issues for the Collector App and the RESQUER package should go into their respective repositories.)
- Do not push to the
main
branch directly. Instead, create a new branch for your changes and open a pull request (PR) to merge it into themain
branch. - Whenever a new commit is pushed to the
main
branch, the website is automatically built and deployed by a Github action. This takes ~1 min. and then the new website is live (both on the Github Pages link and at https://www.resque.info) - Github Pages uses caching. You will only see the change when you reload the website in your browser.
- Create a new qmd file in the
news
directory with the nameYYYY-MM-DD-title.qmd
, whereYYYY-MM-DD
is the date of the news andtitle
is a short description of the news. - Add this yaml header to the news file (
author
is optional):
---
title: "Title of the news"
date: YYYY-MM-DD
author: "Author Name"
---
- Write the content of the news in markdown format.
All news then are automatically listed on the right side of the start page.