mirror of
https://github.com/chobble-mirror/essex-inflatables.git
synced 2026-04-15 21:02:22 +01:00
No description
- JavaScript 84.5%
- SCSS 8.8%
- Nix 6.2%
- HTML 0.5%
* Migrate pages to design-system-base layout with blocks frontmatter Change `layout` on all content pages to `design-system-base.md` and move page body content into a `blocks:` array in the frontmatter, per BLOCKS_LAYOUT.md. Each page now uses a `hero` block for the page header and a `markdown` block carrying the original body content verbatim. No content has been edited as part of this migration. * Fix blocks layout extension: design-system-base.html not .md The actual layout file in chobble-template is design-system-base.html. Using .md caused Eleventy to fail with "layout does not exist". --------- Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .github/workflows | ||
| .image-cache | ||
| _data | ||
| _includes | ||
| assets | ||
| categories | ||
| css | ||
| images | ||
| news | ||
| pages | ||
| products | ||
| scripts | ||
| snippets | ||
| .envrc | ||
| .gitignore | ||
| .pages.yml | ||
| flake.nix | ||
| package.json | ||
| PLAN.md | ||
| 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