Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.16 KB

File metadata and controls

50 lines (36 loc) · 1.16 KB
layout page
title A sample post template
description You can use this template to get you started.
eleventyNavigation
parent
Guide

This template contains all the possible metadata you can add to a post, and some sample markdown for the content (see full markdown guide).

You don’t have to use this template, but it may be helpful.

To use it, create a new subfolder for your post, add an index.md file in the subfolder and copy in template below.

For any metadata not needed, you can delete those lines.

---
title: This is the title of the post
date: 2025-12-01
description: This description will appear on index pages.
tags:
  - add
  - tags
  - to help group
  - related posts
author:
  - Your Name (optional)
  - Another Name
opengraphImage:
  src: /your-service/2025/12/post-title/image-name.png
  alt: Alternative text for the lead image (appears when sharing)
---

An intro paragraph which summarises the whole thing.

## Heading

Some content.

[A link to another post](/your-service/2025/11/another-post-title/)

### Subheading

More content

![Alt text for an image](/your-service/2025/12/post-title/image.jpg)