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: pagination:
enabled: true enabled: true
per_page: 3 per_page: 3
offset: 2 collection: 'blog'
permalink: '/blog/:num.html' permalink: '/blog/:num/'
title: ':title - page :num of :max' title: ':title - page :num of :max'
limit: 0 limit: 1000
sort_field: 'date' sort_field: 'date'
sort_reverse: true sort_reverse: true
permalink: /:year/:month/:title.html
sass: sass:
style: compressed 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 title: Blog
permalink: /blog/
pagination: pagination:
enabled: true enabled: true
--- ---