This website presents information about Blitz the Gap, including:
_quarto.yml
: Website structure and settings.index
: Description of the Blitz the Gap and a listing of challenges, retrieved from thechallenges/
folder.workflows/
: Example workflows to access data and to make a priority map for a challenge.challenges/
: Contains docs for a list of the challenges with a description, a map, and a list of authors.
-
Set your working directory to the website repository folder, or open the R project.
-
To preview your changes locally, run
quarto preview
in the terminal. Always edit on the master branch. -
To build the site locally, run
quarto render
. You must build the site before pushing any changes to this repository in order to ensure it is still buildable. -
To deploy the website through GitHub Pages, run
quarto publish gh-pages
in the terminal. If you need to, push the automatic commit from the gh-pages (but it should do this after taking your GitHub credentials).