The content on this site uses "Markdown" format - here's a guide to using it.
Pages start with a "front matter" block, like this:
---
header_image: image file name in "banners" directory
header_text: Page Header Text (appears at the top)
meta_description: Optional
meta_title: The title of the page in the browser
eleventyNavigation: <- Determines where the page appears in the side menu
key: A Service
parent: Service
order: 1
---
The content of the page goes here, including images, links, etc etc etc.
After saving a page, my server re-builds the site - you can see that happening in the "Actions" link at the top of the page