Add summary section to StoryLayout, some examples, and a few drafts directories
This commit is contained in:
parent
a36191b10a
commit
7ca6f52cc2
12 changed files with 114 additions and 10 deletions
26
examples/game.md
Normal file
26
examples/game.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
# slug: some-custom-slug
|
||||
title: Example Draft
|
||||
# shortTitle: Example
|
||||
pubDate: 2024-01-01
|
||||
isDraft: true
|
||||
authors: bad-manners
|
||||
contentWarning: >
|
||||
This game contains some stuff.
|
||||
# thumbnail: /src/assets/thumbnails/game_crossing_over_cover.png
|
||||
description: |
|
||||
Some funny text.
|
||||
# descriptionPlaintext: >
|
||||
# Some funny text.
|
||||
# mastodonPost:
|
||||
# instance: meow.social
|
||||
# user: BadManners
|
||||
# postId: "numericalPostId"
|
||||
tags: []
|
||||
# series: the-lost-of-the-marshes
|
||||
# relatedStories: []
|
||||
# relatedGames: []
|
||||
# lang: eng
|
||||
---
|
||||
|
||||
The game content goes here.
|
||||
Loading…
Add table
Add a link
Reference in a new issue