Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions app/guide/a-sample-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
layout: page
title: A post template
description: Use this template to get you started.
eleventyNavigation:
parent: Guide
---

Create a new subfolder for your post.

Add an `index.md` file in the subfolder and copy in the markdown below.

Delete the lines for any features you don’t need.

```markdown
---
title: "Post title: try to keep it short!"
Comment thread
frankieroberto marked this conversation as resolved.
Outdated
date: 2025-12-01
description: This description will appear on index pages.
Comment thread
frankieroberto marked this conversation as resolved.
Outdated
tags:
- add
- tags
- to help group
- related posts
author:
- Your Name
- Another Name
opengraphImage:
src: /your-service/2025/12/post-title/image-name.png
alt: Alternative text for the lead image (appears when sharing)
Comment thread
frankieroberto marked this conversation as resolved.
Outdated
---

An intro paragraph which summarises the whole thing.

## Heading

Some content.

[A link to another post](/your-service/2025/11/another-post-title/)
Comment thread
frankieroberto marked this conversation as resolved.

### Subheading

More content

![Alt text for an image](/your-service/2025/12/post-title/image.jpg)
Comment thread
frankieroberto marked this conversation as resolved.


```
Loading