Skip to content

Customizable bits

Brian Zelip edited this page May 20, 2024 · 3 revisions

Bits of the site that are customizable without writing any code

Posts

Pages

Source files that end in .mdx are markdown-like but have extra capabilities, like importing components for embedding YouTube videos and PDF files.

  • About page (src/pages/about.md)
  • Town Hall page (src/pages/hall.mdx) -- this is markdown-like but with extra capabilities
  • Resources page (src/pages/resources.md)
  • RIA page (src/pages/ria.mdx) -- this is markdown-like but with extra capabilities

Homepage sections

  • Home page "Hero" section (src/data/homepage/hero.md)
  • Home page "About Relay" section (src/data/homepage/about-relay.md)

Latest newsletter

  • Link to the latest newsletter PDF on Google Drive (src/data/latest-newsletter.json)

RIA contact info

  • Contact info including email, mailing address, and social media links (src/data/contact.json)