Hi Clover and company

How to add an event

  1. Navigate to the src/events folder
  2. Create a new .md file using 'Add file -> Create new file'
  3. Name it using the 'YYYY-MM-DD' format
  4. Copy and paste the following frontmatter into the new event file. --- date: 2023-03-19 title: Test overview: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ---
  5. Commit changes and the site will rebuild with the newly created event

How to add and edit headshot picture

  1. Navigate to the src/img folder
  2. Upload a new img using 'Add file -> Upload files' & commit changes
  3. Navigate to the src/people folder
  4. Choose a member
  5. Hit the pencil 'edit' tool on the right side
  6. Change source to match new img where it says 'headshotSrc: img/source.jpg'
  7. Commit changes and the site will rebuild with the new headshot img

Change homepage information

  1. Navigate to the src/index.md file
  2. Hit the pencil 'edit' tool on the right side
  3. Make changes & commit changes and the site will rebuild with the newly updated information