diff --git a/_config.yml b/_config.yml index a4919b7..a525e02 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/_posts/2021-08-05-mch-field-day.md b/_posts/2021-08-05-mch-field-day.md new file mode 100644 index 0000000..fe9c1f9 --- /dev/null +++ b/_posts/2021-08-05-mch-field-day.md @@ -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. diff --git a/blog.html b/blog.html index 7694c76..1016746 100644 --- a/blog.html +++ b/blog.html @@ -1,6 +1,5 @@ --- title: Blog -permalink: /blog/ pagination: enabled: true ---