Contributing
We welcome PRs to this repo from anyone. If you open a PR with new or revised content, please add yourself to the authors list in index.qmd.
Once a PR is approved, the PR author should merge it.
This site uses Quarto to generate website pages using markdown and jupyter notebooks.
Adding pages
To add a new page:
- Create new
.qmdor.ipynbfile - Add the new page to the
sidebarsection in_quarto.ymlso it shows up in the sidebar navigation
Previews
To preview changes, you can run this site locally (see instructions to setup quarto locally below) or use the automated preview generation when opening a PR (see the PR preview workflow).
Local Development
Install Quarto
Install Quarto by downloading the installer for your platform from quarto.org/docs/get-started, or via a package manager:
- macOS (Homebrew):
brew install --cask quarto - Linux: Download the
.debor.rpmpackage from the Quarto website - Windows: Download the
.msiinstaller from the Quarto website
Verify the installation with quarto check.
Run quarto commands
To preview the site locally:
quarto previewThis runs quarto preview, which serves the site and reloads on changes.