Blog: Fix categories, blog single page template
This commit is contained in:
parent
e8eff8de55
commit
ad72231459
17 changed files with 157 additions and 43 deletions
|
@ -3,5 +3,3 @@ title: "Blog"
|
|||
draft: false
|
||||
menu: main
|
||||
---
|
||||
|
||||
TODO: Provide filters by type (announcement, post)
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
kind: event
|
||||
categories: event
|
||||
title: "Test Event Future"
|
||||
date: 2023-12-30T09:03:20+02:00 # date of the event
|
||||
publishDate: 2023-08-27T09:03:20+02:00 # when to publish
|
||||
draft: false
|
||||
keywords:
|
||||
- foo
|
||||
- bar
|
||||
categories: announcement
|
||||
location: Z9
|
||||
authors:
|
||||
- jtbx
|
||||
- Ada Lovelace
|
||||
---
|
||||
This is **bold** text, and this is *emphasized* text.
|
||||
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
---
|
||||
kind: event
|
||||
categories: event
|
||||
title: "Test Event Future 2"
|
||||
date: 2023-12-03T09:03:20+02:00 # date of the event
|
||||
publishDate: 2023-09-27T09:03:20+02:00 # when to publish
|
||||
draft: false
|
||||
keywords:
|
||||
- foo
|
||||
- bar
|
||||
categories: announcement
|
||||
location: Z9
|
||||
tags:
|
||||
- test
|
||||
---
|
||||
This is **bold** text, and this is *emphasized* text.
|
||||
|
||||
|
|
|
@ -1,13 +1,15 @@
|
|||
---
|
||||
kind: event
|
||||
categories: event
|
||||
title: "Test Event"
|
||||
date: 2023-09-20T09:03:20+02:00 # date of the event
|
||||
publishDate: 2023-09-20T09:03:20+02:00 # when to publish
|
||||
draft: false
|
||||
keywords:
|
||||
- foo
|
||||
- bar
|
||||
categories: announcement
|
||||
location: Z9
|
||||
authors:
|
||||
- jtbx
|
||||
- Ada Lovelace
|
||||
tags:
|
||||
- test
|
||||
---
|
||||
This is **bold** text, and this is *emphasized* text.
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
kind: article
|
||||
categories: article
|
||||
title: "Test Blogpost"
|
||||
date: 2023-08-20T09:03:20+02:00
|
||||
draft: false
|
||||
keywords:
|
||||
authors:
|
||||
- your name
|
||||
tags:
|
||||
- foo
|
||||
- bar
|
||||
categories:
|
||||
- article
|
||||
---
|
||||
This is **bold** text, and this is *emphasized* text.
|
||||
|
||||
|
|
3
content/categories/article/_index.md
Normal file
3
content/categories/article/_index.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
title: Blogeintrag
|
||||
---
|
3
content/categories/event/_index.md
Normal file
3
content/categories/event/_index.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
title: Eventankündigung
|
||||
---
|
Loading…
Add table
Add a link
Reference in a new issue