Start creating blog posts

This commit is contained in:
Bad Manners 2024-09-13 22:36:39 -03:00
parent 9ff1986adc
commit 4a3ee88f77
No known key found for this signature in database
GPG key ID: 8C88292CCB075609
35 changed files with 1015 additions and 157 deletions

22
examples/blog.md Normal file
View 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.