Blog: Fix categories, blog single page template

This commit is contained in:
jtbx 2023-10-05 23:02:20 +02:00
commit ad72231459
17 changed files with 157 additions and 43 deletions

View file

@ -1,8 +1,11 @@
---
kind: article
categories: article
title: '{{ replace .File.ContentBaseName `-` ` ` | title }}'
date: '{{ .Date }}'
draft: true
authors:
- your name
# tags:
---
TODO: Write your blog post

View file

@ -1,9 +1,13 @@
---
kind: event
categories: event
title: '{{ replace .File.ContentBaseName `-` ` ` | title }}'
date: '{{ .Date }}' # date of the event
publishDate: '{{ .Date }}' # when to publish
draft: true
location: Z9
authors:
- your name
# tags:
---
TODO: Describe your event here