Start creating blog posts
This commit is contained in:
parent
9ff1986adc
commit
4a3ee88f77
35 changed files with 1015 additions and 157 deletions
22
examples/blog.md
Normal file
22
examples/blog.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
# slug: some-custom-slug
|
||||
title: Example Blog Post
|
||||
# pubDate: 2024-01-01
|
||||
isDraft: true
|
||||
isAgeRestricted: true
|
||||
authors: bad-manners
|
||||
# thumbnail: /src/assets/thumbnails/story_thumbnail.png
|
||||
description: |
|
||||
Some funny text.
|
||||
# posts:
|
||||
# mastodon: https://meow.social/@BadManners/133742069
|
||||
tags: []
|
||||
# series: the-lost-of-the-marshes
|
||||
# prev: previous-blog-post
|
||||
# next: ~
|
||||
# relatedStories: []
|
||||
# relatedGames: []
|
||||
# lang: en
|
||||
---
|
||||
|
||||
The blog post goes here.
|
||||
|
|
@ -4,6 +4,7 @@ title: Example Game
|
|||
# shortTitle: Example
|
||||
# pubDate: 2024-01-01
|
||||
isDraft: true
|
||||
isAgeRestricted: true
|
||||
authors: bad-manners
|
||||
contentWarning: >
|
||||
This game contains some stuff.
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ title: Example Story
|
|||
# shortTitle: Example
|
||||
# pubDate: 2024-01-01
|
||||
isDraft: true
|
||||
isAgeRestricted: true
|
||||
authors: bad-manners
|
||||
# wordCount: 1000
|
||||
contentWarning: >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue