add: category, date sorting
Add category layouts and date sorting
This commit is contained in:
parent
91b59e4ebe
commit
9b66a79a8c
17 changed files with 2495 additions and 17729 deletions
|
@ -4,14 +4,15 @@ title: 'Blogfussel - für mehr Fussel im Blog'
|
|||
description: 'Und nochmal...'
|
||||
navigation: true
|
||||
date: 2025-07-01
|
||||
category: 'start'
|
||||
tags: ['start', 'story']
|
||||
category: 'story'
|
||||
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.
|
||||
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 -->
|
||||
|
||||
|
|
|
@ -3,9 +3,9 @@ image: 'https://picsum.photos/600/250?random=3'
|
|||
title: 'Post 1'
|
||||
description: 'Blablabla'
|
||||
navigation: true
|
||||
date: 2025-07-01
|
||||
category: 'test'
|
||||
tags: ['test', 'wasd']
|
||||
date: 2025-06-20
|
||||
category: 'tutorial'
|
||||
tags: [ 'test', 'wasd' ]
|
||||
author:
|
||||
name: 'webfussel'
|
||||
image: '/img/og.webp'
|
||||
|
|
|
@ -3,9 +3,9 @@ image: 'https://picsum.photos/600/250?random=2'
|
|||
title: 'Post 2'
|
||||
description: 'Blablabla'
|
||||
navigation: true
|
||||
date: 2025-07-01
|
||||
category: 'test'
|
||||
tags: ['test', 'asdf']
|
||||
date: 2025-06-16
|
||||
category: 'snippet'
|
||||
tags: [ 'test', 'asdf' ]
|
||||
author:
|
||||
name: 'webfussel'
|
||||
image: '/img/og.webp'
|
||||
|
|
|
@ -3,9 +3,9 @@ image: 'https://picsum.photos/600/250?random=1'
|
|||
title: 'Post 3'
|
||||
description: 'Blablabla'
|
||||
navigation: true
|
||||
date: 2025-07-01
|
||||
category: 'test'
|
||||
tags: ['test', '123']
|
||||
date: 2025-06-25
|
||||
category: 'freelancing'
|
||||
tags: [ 'test', '123' ]
|
||||
author:
|
||||
name: 'webfussel'
|
||||
image: '/img/og.webp'
|
||||
|
|
18
content/blog/0004.entry4.md
Normal file
18
content/blog/0004.entry4.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
image: 'https://picsum.photos/600/250?random=5'
|
||||
title: 'Post 4'
|
||||
description: 'Blablabla'
|
||||
navigation: true
|
||||
date: 2025-06-25
|
||||
category: 'news'
|
||||
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