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:
|
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
|
||||||
|
|
||||||
|
|
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
|
title: Blog
|
||||||
permalink: /blog/
|
|
||||||
pagination:
|
pagination:
|
||||||
enabled: true
|
enabled: true
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue