wip
This commit is contained in:
parent
a97809a114
commit
fcce1dc178
3 changed files with 11 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
6
_posts/2021-08-05-mch-field-day.md
Normal file
6
_posts/2021-08-05-mch-field-day.md
Normal 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.
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Blog
|
||||
permalink: /blog/
|
||||
pagination:
|
||||
enabled: true
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue