FOLDERS:
images : holds all the images used on the website
news : index.qmd is main page for news. Folders within "news" folder are each separate news "post". Copy _template.qmd to create news posts and paste it into a folder labeled YEAR-MONTH-DAY-title. Images are optional but make sure they are also within the respective "post" folder if there are any.
people : index.qmd is the main page for lab personnel. Folders within "people" are each separate profile for each lab member. Copy _template.qmd to create new profiles and paste it into a folder labeled firstname-lastname.
presentations : index.qmd is the main page for publications, presentations, and talks. Copy the respective _template.qmd to create posts for any new talks, publications, and presentations. Paste it into a folder labeled YEAR-MONTH-DAY-TYPE-title. TYPE = publication, presentation, or talk. Images are optional but make sure they are also within the respective "post" folder if there are any. With presentation format, you can list the presenter in the "presenter" field. With publication format, you can list the primary author in the "primary_author" field.
FILES:
_quarto.yml : main page formatting and global formatting for the entire website (font, navbar, margins, etc.)