28 lines
616 B
Markdown
28 lines
616 B
Markdown
---
|
|
# slug: some-custom-slug
|
|
title: Example Game
|
|
# shortTitle: Example
|
|
# pubDate: 2024-01-01
|
|
isDraft: true
|
|
authors: bad-manners
|
|
contentWarning: >
|
|
This game contains some stuff.
|
|
# thumbnail: /src/assets/thumbnails/game_thumbnail.png
|
|
description: |
|
|
Some funny text.
|
|
# descriptionPlaintext: >
|
|
# Some funny text.
|
|
platforms: [web, windows, linux, macos, android, ios]
|
|
# posts:
|
|
# mastodon:
|
|
# instance: meow.social
|
|
# user: BadManners
|
|
# postId: "numericalPostId"
|
|
tags: []
|
|
# series: the-lost-of-the-marshes
|
|
# relatedStories: []
|
|
# relatedGames: []
|
|
# lang: eng
|
|
---
|
|
|
|
The game content (i.e. embed) goes here.
|