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
31
examples/story.md
Normal file
31
examples/story.md
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
# slug: some-custom-slug
|
||||
title: Example Draft
|
||||
# shortTitle: Example
|
||||
pubDate: 2024-01-01
|
||||
isDraft: true
|
||||
authors: bad-manners
|
||||
wordCount: 1000
|
||||
contentWarning: >
|
||||
Contains: Non-fatal same size oral vore, with willing anthro male fox predator, and unwilling feral female wolf prey. Also includes other stuff.
|
||||
# thumbnail: /src/assets/thumbnails/tlotm_ch1.png
|
||||
description: |
|
||||
Some funny text.
|
||||
# descriptionPlaintext: >
|
||||
# Some funny text.
|
||||
# mastodonPost:
|
||||
# instance: meow.social
|
||||
# user: BadManners
|
||||
# postId: "numericalPostId"
|
||||
tags: []
|
||||
# series: the-lost-of-the-marshes
|
||||
# prev: previous-story
|
||||
# next: ~
|
||||
# summary: |
|
||||
# Some funny summary
|
||||
# relatedStories: []
|
||||
# relatedGames: []
|
||||
# lang: eng
|
||||
---
|
||||
|
||||
The story goes here.
|
||||
Loading…
Add table
Add a link
Reference in a new issue