This commit is contained in:
Franzi 2021-08-27 17:14:39 +02:00
parent a97809a114
commit fcce1dc178
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
3 changed files with 11 additions and 4 deletions

View File

@ -9,13 +9,15 @@ author: Franziska 'kunsi' Kunsmann
pagination:
enabled: true
per_page: 3
offset: 2
permalink: '/blog/:num.html'
collection: 'blog'
permalink: '/blog/:num/'
title: ':title - page :num of :max'
limit: 0
limit: 1000
sort_field: 'date'
sort_reverse: true
permalink: /:year/:month/:title.html
sass:
style: compressed

View File

@ -0,0 +1,6 @@
---
layout: posts
title: "MCH Field Day 09/2021"
---
I went to the field day to help organizing next years MCH. It was great.

View File

@ -1,6 +1,5 @@
---
title: Blog
permalink: /blog/
pagination:
enabled: true
---