This commit is contained in:
2025-06-28 20:38:37 +02:00
parent e444d0d7ae
commit ce6037350c
3 changed files with 93 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ author: Rattatwinko
- [Features 🎉](#features)
- [Administration 🚧](#administration)
- [Customization 🎨](#customization)
- [Creating Posts with MdB ✍]()
- [Troubleshooting 🚨](#troubleshooting)
- [Support 🤝](#support)
- [Support the Project ❤️](#support-the-project)
@@ -31,7 +32,7 @@ author: Rattatwinko
- [Folder Emojis 🇦🇹](#folder-emoji-technical-note)
- [API 🏗️](#api)
- [ToT, and Todo](#train-of-thought-for-this-project-and-todo)
- [Recent Changes](#)
- [Recent Changes](#recent-changes)
---
@@ -302,6 +303,35 @@ The codebase is well-structured and documented. Key files:
---
## Creating Posts with MdB ✍
If you are reading posts. Then you probably dont need this explenation!
Else you should read this.
First of all, if you are creating posts within the terminal. then you should create posts with the following headers.
```Markdown
---
title: Welcome to MarkdownBlog
date: '2025-06-19'
tags:
- welcome
- introduction
- getting-started
- documentation
summary: A comprehensive guide to getting started with MarkdownBlog
author: Rattatwinko
---
```
As you can see this is the header for the current Post.
You can write this like YML (idk).
If you are writing posts within the Admin-Panel then you are a _lucky piece of shit_ cause there it does that **automatically**
---
## Troubleshooting
### Common Issues
@@ -450,4 +480,4 @@ If you are wondering:
>
> *"DEVELOPERS! DEVELOPERS! DEVELOPERS!"* - Steve Ballmer
>
> <cite>— Rattatwinko, 2025 Q3</cite>
> <cite>— Rattatwinko, 2025 Q3</cite>