18 lines
246 B
Markdown
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.
|
||
|
|
|
||
|
|

|