Compare commits

...

2 Commits

Author SHA1 Message Date
Franzi eaa87c0119
convert ttf font to woff2 2021-09-17 17:01:07 +02:00
Franzi fcce1dc178
wip 2021-08-27 17:14:39 +02:00
6 changed files with 12 additions and 5 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
---

Binary file not shown.

BIN
css/comic.woff2 Normal file

Binary file not shown.

View File

@ -3,7 +3,7 @@
@font-face
font-family: ComicSans
src: url('/css/comic.ttf')
src: url('/css/comic.woff2')
*
margin: 0