feat: Add simple blog structure
This commit is contained in:
parent
29c705f272
commit
3168d6cb7e
2 changed files with 62 additions and 0 deletions
11
source/screens/demo/examples/blog/article.md
Normal file
11
source/screens/demo/examples/blog/article.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
tags:
|
||||
- blog
|
||||
- article
|
||||
title: "Artikel"
|
||||
releaseDate: JJJJ
|
||||
description: Text
|
||||
---
|
||||
# Titel
|
||||
|
||||
Inhalt
|
||||
Loading…
Add table
Add a link
Reference in a new issue