- Install Quarto
- run
quarto preview
and confirm the website displays as expected.
To see a preview of the site, run quarto preview
, or alternatively render the markdown to html with quarto render
then run python3 -m http.server
- Check out the branch you wish to deploy (ensure you have not checked out the
gh-pages
branch). - run
quarto publish gh-pages
This command will render the content, copy the output to the gh-pages
branch, push that branch to GitHub.
Publishing with GitHub Actions set up accoring to the quarto documentation. However, the _publish.yml
file was not generated by quarto publish gh-pages
, which is not consistent with the documentation. The .github/workflows/publish.yml
file has been set up to run the Quarto Publish on commits to the master branch (not the main branch as specified in the documentation).
To publish with GitHub actions, push your changes to the master branch.
Several eReefs websites exist, which are linked to in the drop down menu of this website. This website has been styled with the Flatly theme, modified to align with the other eReefs websites.