- Improved schema validation - Move username parsing and other validators to schema types - Fix astro check command - Add JSON/YAML schema validation for data collections - Update licenses - Remove deployment script in favor of rsync - Prevent unsanitized input in export-story script - Change "eng" language to "en", per BCP47 - Clean up i18n keys and add aria attributes - Improve MastodonComments behavior on no-JS browsers
23 lines
527 B
Markdown
23 lines
527 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.
|
|
platforms: [web, windows, linux, macos, android, ios]
|
|
# posts:
|
|
# mastodon: https://meow.social/@BadManners/133742069
|
|
tags: []
|
|
# series: the-lost-of-the-marshes
|
|
# relatedStories: []
|
|
# relatedGames: []
|
|
# lang: en
|
|
---
|
|
|
|
The game content (i.e. embed) goes here.
|