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.
|
||||
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.
|
||||
20
examples/user.yaml
Normal file
20
examples/user.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
name: Nameless User
|
||||
nameLang:
|
||||
eng: Nameless
|
||||
tok: jan Nenlesuse pi nimi ala
|
||||
# avatar: /src/assets/images/logo_bm.png
|
||||
links:
|
||||
website: https://example.com
|
||||
eka: https://aryion.com/g4/user/NamelessUser
|
||||
furaffinity:
|
||||
- https://www.furaffinity.net/user/NamelessUser
|
||||
- Nameless_User
|
||||
inkbunny: https://inkbunny.net/NamelessManners
|
||||
sofurry:
|
||||
- https://nameless-user.sofurry.com/
|
||||
- Nameless User
|
||||
weasyl: https://www.weasyl.com/~NamelessUser
|
||||
twitter: https://twitter.com/NamelessUser
|
||||
mastodon: https://some.mastodon.instance/@NamelessUser
|
||||
bluesky: https://bsky.app/profile/namelessuser.bsky.social
|
||||
preferredLink: website
|
||||
Loading…
Add table
Add a link
Reference in a new issue