22 lines
449 B
Markdown
22 lines
449 B
Markdown
---
|
|
# slug: some-custom-slug
|
|
title: Example Blog Post
|
|
# pubDate: 2024-01-01
|
|
isDraft: true
|
|
isAgeRestricted: true
|
|
authors: bad-manners
|
|
# thumbnail: /src/assets/thumbnails/story_thumbnail.png
|
|
description: |
|
|
Some funny text.
|
|
# posts:
|
|
# mastodon: https://meow.social/@BadManners/133742069
|
|
tags: []
|
|
# series: the-lost-of-the-marshes
|
|
# prev: previous-blog-post
|
|
# next: ~
|
|
# relatedStories: []
|
|
# relatedGames: []
|
|
# lang: en
|
|
---
|
|
|
|
The blog post goes here.
|