add: basic blog layout
Basic Blog Layout to work on
This commit is contained in:
parent
9d691974ce
commit
91b59e4ebe
15 changed files with 278 additions and 3 deletions
18
content/blog/0000.start.md
Normal file
18
content/blog/0000.start.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
image: 'https://picsum.photos/600/250?random=4'
|
||||
title: 'Blogfussel - für mehr Fussel im Blog'
|
||||
description: 'Und nochmal...'
|
||||
navigation: true
|
||||
date: 2025-07-01
|
||||
category: 'start'
|
||||
tags: ['start', 'story']
|
||||
author:
|
||||
name: 'webfussel'
|
||||
image: '/img/og.webp'
|
||||
---
|
||||
|
||||
Warum ich mich dazu entschlossen habe jetzt doch wieder mit dem Bloggen anzufangen? Nun ja, das hat alles angefangen, als man mich einfach so auf Instagram gesperrt hat.
|
||||
|
||||
<!-- more -->
|
||||
|
||||
Noch mehr Text
|
18
content/blog/0001.entry1.md
Normal file
18
content/blog/0001.entry1.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
image: 'https://picsum.photos/600/250?random=3'
|
||||
title: 'Post 1'
|
||||
description: 'Blablabla'
|
||||
navigation: true
|
||||
date: 2025-07-01
|
||||
category: 'test'
|
||||
tags: ['test', 'wasd']
|
||||
author:
|
||||
name: 'webfussel'
|
||||
image: '/img/og.webp'
|
||||
---
|
||||
|
||||
Blablabla test 1 2 3
|
||||
|
||||
<!-- more -->
|
||||
|
||||
Noch mehr Text
|
18
content/blog/0002.entry2.md
Normal file
18
content/blog/0002.entry2.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
image: 'https://picsum.photos/600/250?random=2'
|
||||
title: 'Post 2'
|
||||
description: 'Blablabla'
|
||||
navigation: true
|
||||
date: 2025-07-01
|
||||
category: 'test'
|
||||
tags: ['test', 'asdf']
|
||||
author:
|
||||
name: 'webfussel'
|
||||
image: '/img/og.webp'
|
||||
---
|
||||
|
||||
Blablabla test 1 2 3
|
||||
|
||||
<!-- more -->
|
||||
|
||||
Noch mehr Text
|
18
content/blog/0003.entry3.md
Normal file
18
content/blog/0003.entry3.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
image: 'https://picsum.photos/600/250?random=1'
|
||||
title: 'Post 3'
|
||||
description: 'Blablabla'
|
||||
navigation: true
|
||||
date: 2025-07-01
|
||||
category: 'test'
|
||||
tags: ['test', '123']
|
||||
author:
|
||||
name: 'webfussel'
|
||||
image: '/img/og.webp'
|
||||
---
|
||||
|
||||
Blablabla test 1 2 3
|
||||
|
||||
<!-- more -->
|
||||
|
||||
Noch mehr Text
|
Loading…
Add table
Add a link
Reference in a new issue