The website is live at: https://jackwgoodall.github.io/infection_updates/
- Fork this project from github.
- I would set up a local R project which has a quarto website as the type (I've set the .gitignore to ignore anything ending in .Rproj so this should get uploaded)
- Remeber to Fetch from Origin if you've cloned it previously and are now coming back to it to make sure you're up-to-date
- Create a new file in
posts/directory — e.g.posts/my-new-post.qmd - Add the YAML header:
---
title: "Your post title"
description: "One sentence summary"
date: 03-20-2026 # American date system
author: "[Your Name](/about.qmd#your-name)" # If you add a bio to the about section this will link to it
categories: ["Staph aureus", AMR] # Anything with a space in needs quotes. Please see if a tag has been used before and copy exactly if it has
---- Write your post in Markdown below the
--- - Any images can be added. Please save these in "posts/images/your_post"
- The Quarto website is great for some basic formatting - but if you've used another type of markdown before these are pretty similar
- Add a brief bio to the about.qmd file
- You can render the site locally to see how it looks (if you've made a Quarto Website project the you can
Render Websitein the build pane) - Open a pull request to the main branch (which I've confusingly called gh-pages) when you're happy with it
- I'll accept it and GitHub Actions (should) rebuild the site automatically
This is a bit fiddly as I'm not very good at html - so all of these are hard coded in. Probably easier just to open and issue and I'll add them.