diff --git a/assets/robots.txt b/assets/robots.txt index 1f53798..e69de29 100644 --- a/assets/robots.txt +++ b/assets/robots.txt @@ -1,2 +0,0 @@ -User-agent: * -Disallow: / diff --git a/c3woc.lektorproject b/c3woc.lektorproject index 2c05692..434e9b4 100644 --- a/c3woc.lektorproject +++ b/c3woc.lektorproject @@ -28,4 +28,4 @@ url_prefix = /en/ [packages] lektor-scss = 1.4.1 lektor-image-resize = 0.6.1 -lektor-image-filter = 1.2 +lektor-image-filter = 2.1 diff --git a/configs/image-resize.ini b/configs/image-resize.ini index 3c645a3..8cad3de 100644 --- a/configs/image-resize.ini +++ b/configs/image-resize.ini @@ -1,11 +1,19 @@ [small] -max_width = 512 +height = 360 +width = 640 [medium] -max_width = 1024 +height = 720 +width = 1280 [large] -max_width = 1538 +height = 1080 +width = 1920 + +[extralarge] +height = 1440 +width = 2560 [woowee] -max_width = 2048 +width = 3840 +height = 2160 diff --git a/templates/layout.html b/templates/layout.html index 84fa293..e0b85e5 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -35,7 +35,7 @@ `-._| | \ | \ `.___/ \_______) \_______) C3WOC --> {# remove next line and robots.txt if LIVE not preview #} - + {#- Namensschema der CSS-Klassen nach BEM (Block Element Modifier, @@ -143,49 +143,49 @@ __ ____ _| |_| |_| | ___

Waffeln im Internet:
{% if '/images/icons/social/mastodon.svg'|asseturl is defined -%} - + {%- else -%} Mastodon {%- endif %} {% if '/images/icons/social/twitter.svg'|asseturl is defined -%} - + {%- else -%} Twitter {%- endif %} {% if '/images/icons/social/reddit.svg'|asseturl is defined -%} - + {%- else -%} Reddit {%- endif %} {% if '/images/icons/social/telegram.svg'|asseturl is defined -%} - + {%- else -%} Telegram {%- endif %} {% if '/images/icons/social/hackint.svg'|asseturl is defined -%} - + {%- else -%} IRC {%- endif %} {% if '/images/icons/social/podcast.svg'|asseturl is defined -%} - + {%- else -%} Podcast {%- endif %} {% if '/images/icons/social/feed.svg'|asseturl is defined -%} - + {%- else -%} Podcast Feed {%- endif %} @@ -194,14 +194,14 @@ __ ____ _| |_| |_| | ___

Quellcode und Versionsverwaltung:
{% if '/images/icons/social/gitea.svg'|asseturl is defined -%} - + {%- else -%} Gitea {%- endif %} {% if '/images/icons/social/github.svg'|asseturl is defined -%} - + {%- else -%} Github {%- endif %}