mirror of
https://github.com/chobble-mirror/essex-inflatables.git
synced 2025-11-19 18:57:42 +00:00
No description
| .github/workflows | ||
| .image-cache | ||
| _data | ||
| _includes | ||
| assets | ||
| categories | ||
| css | ||
| images | ||
| news | ||
| pages | ||
| products | ||
| scripts | ||
| snippets | ||
| .envrc | ||
| .gitignore | ||
| .pages.yml | ||
| flake.lock | ||
| flake.nix | ||
| package-lock.json | ||
| package.json | ||
| 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