mirror of
https://github.com/chobble-mirror/essex-inflatables.git
synced 2025-08-20 13:59:52 +00:00
No description
.github/workflows | ||
.image-cache | ||
_data | ||
assets | ||
bin | ||
categories | ||
css | ||
images | ||
news | ||
pages | ||
products | ||
snippets | ||
.pages.yml | ||
QUESTIONS.md | ||
README.md |
Essex Inflatables
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