The Advanced Survival Analysis (ASA) course landing site is based on Quarto. Updating the website is as simple as:
-
Make changes to one or more .qmd files (each .qmd file corresponds to a page on the website) locally, after cloning this repository.
-
Use
quarto::quarto_render()
to render the changes to the docs/ directory, then double-check changes locally. -
Push locally rendered/modified files to Github using
git add
andgit push
. You can check the URL of the site by following the steps here. Before someone can push changes to this repository, they need to first be given appropriate permissions.
Other points:
-
The schedule can be updated by modifying
asa-2024-schedule.xlsx
, which is then read-in and made into tables byresources/schedule.qmd
. If major formatting changes are made to the excel files, these will need to be taken into account by the .qmd file. -
The structure/organization of the website can be modified using the
_quarto.yml
file.