--- font: Ubuntu # TODO: find a way for the hosting provider to provide the font on build background: 'white' text: '#211715' waveSteps: 10 amplitude: 35 waveHeight: 0.33 colors: ['#e7c803', '#f58050', '#f0505a', '#f050c8'] pagination: data: collections.posts size: 1 alias: post permalink: '/assets/og-images/{{ post.data.title | slugify }}-preview.svg' eleventyExcludeFromCollections: true --- {% set titleInLines = post.data.title | splitlines(20) %} {% set numberOfLines = titleInLines.length %} {% if numberOfLines == 1 %} {% set verticalStartingPoint = 340 %} {% elseif numberOfLines == 2 %} {% set verticalStartingPoint = 290 %} {% elseif numberOfLines == 3 %} {% set verticalStartingPoint = 250 %} {% elseif numberOfLines == 4 %} {% set verticalStartingPoint = 210 %} {% elseif numberOfLines == 5 %} {% set verticalStartingPoint = 170 %} {% endif %} {{ post.date | formatDate('DD / MM / YYYY') }} {% for line in titleInLines %} {{ line }} {% endfor %} {{ meta.siteName }} ยท {{ meta.url | replace("https://", "") | replace("http://", "") }}