joerglohrerde/publish/tests/fixtures/sample-post.md

18 lines
246 B
Markdown

---
layout: post
title: "Sample Title"
slug: "sample-slug"
description: "A short summary"
image: cover.png
cover:
image: cover.png
alt: "Alt text"
date: 2024-01-15
tags: ["Foo", "Bar"]
draft: false
---
Body content here.
![pic](image1.jpg)