www-lordnet-sh/src/blog/posts/template.mdEXCLUDE
lordtet 4ac4bbb2f7 Made a deploy script for myself so had to add it to gitignore.
Also excluding the test post and using it as a template for later.
2026-03-30 19:26:10 -04:00

22 lines
249 B
Text

---
permalink: false
title: "Post Title"
date: 2026-01-01
tags:
- tag1
- tag2
---
Post body goes here. Markdown is supported.
## Section Heading
Paragraph text. Inline `code` looks like this.
```lang
code block
```
- list item
- list item