Compare commits

...
4 Commits
Author SHA1 Message Date
daniel c128977827 Blog post about Enyaq cup holder.
Build and Deploy / build-and-deploy (push) Successful in 10s
2026-07-26 07:16:36 +02:00
daniel 342b24a3d8 Update control files. 2026-07-26 07:16:10 +02:00
daniel 524aa67299 Make cheatsheet a page bundle. 2026-07-26 07:15:41 +02:00
daniel e143deeb42 Install extension in dev container. 2026-06-21 09:49:32 +02:00
11 changed files with 72 additions and 35 deletions
+13 -29
View File
@@ -2,40 +2,24 @@
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-docker-compose // README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-docker-compose
{ {
"name": "Existing Docker Compose (Extend)", "name": "Existing Docker Compose (Extend)",
// Update the 'dockerComposeFile' list if you have more compose files or use different names.
// The .devcontainer/docker-compose.yml file contains any overrides you need/want to make.
"dockerComposeFile": [ "dockerComposeFile": [
"../docker-compose.yml", "../docker-compose.yml",
"docker-compose.yml" "docker-compose.yml"
], ],
// The 'service' property is the name of the service for the container that VS Code should
// use. Update this value and .devcontainer/docker-compose.yml to the real service name.
"service": "server", "service": "server",
// The optional 'workspaceFolder' property is the path VS Code should open by default when
// connected. This is typically a file mount in .devcontainer/docker-compose.yml
"workspaceFolder": "/project", "workspaceFolder": "/project",
"customizations": {
// Features to add to the dev container. More info: https://containers.dev/features. "vscode": {
// "features": {}, "extensions": [
"arr.marksman",
// Use 'forwardPorts' to make a list of ports inside the container available locally. "davidanson.vscode-markdownlint",
// "forwardPorts": [], "ecmel.vscode-html-css",
"redhat.vscode-yaml",
// Uncomment the next line if you want start specific services in your Docker Compose config. "yzhang.markdown-all-in-one",
// "runServices": [], "jsynowiec.vscode-insertdatestring",
"netcorext.uuid-generator"
// Uncomment the next line if you want to keep your containers running after VS Code shuts down. ]
// "shutdownAction": "none", }
},
// Uncomment the next line to run commands after the container is created.
// "postCreateCommand": "cat /etc/os-release",
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
"remoteUser": "root" "remoteUser": "root"
} }
+1 -1
View File
@@ -22,7 +22,7 @@ params:
justifyContent: false justifyContent: false
relatedPosts: true relatedPosts: false
code_copy_button: true code_copy_button: true
homeSubtitlePrinter: true homeSubtitlePrinter: true

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

@@ -0,0 +1,50 @@
---
title: "[German] Becherhalter im Skoda Enyaq"
description: >
Die Becherhalter (cup holder) im Enyaq MJ 2027 sind überraschend schmal
und man tut sich schwer, Informationen über passende Thermobecher
zu bekommen.
date: 2026-07-26T06:48:03+02:00
draft: false
# ShowLastmod: true
toc: false
scrolltotop: true
images: []
tags:
- Car
- German
---
{{< figure src="cupholder-overview.jpg" alt="Becherhalter im Enyaq" >}}
Die Becherhalter im Skoda Enyaq (Modelljahr 2027) sind überraschend schmal und
ich tue mich schwer, einen passenden Thermo-Kaffeebecher dafür zu finden. Mein
schöner Isolierbecher von LARS NYSØM, den ich geschenkt bekommen habe, passt
leider nicht hinein :-/
{{< figure src="cupholder-caliper.jpg" alt="Becherhalter mit Schublehre" >}}
Ich habe den Durchmesser ausgemessen und komme auf 6,8 cm:
{{< figure src="caliper-detail.jpg" alt="Schublehre-Detail" >}}
Das Problem nun ist, dass man zwar einige Becher finden kann, die unten
einen Durchmesse von 6,8 cm haben, dieser hier zum Beispiel ist aber nicht
zylindrisch, sondern konisch und passt deshalb nicht vollständig hinein:
{{< figure src="cup-in-cupholder.jpg" alt="Becher in Becherhalter" >}}
Zudem ist dieses spezielle Modell (von 720 Degree) etwas unpraktisch, da der
Kaffee rundherum unter dem Deckel austreten kann, so dass er mir auf breiter
Front in den Mund läuft und ich aufpassen muss, dass es mir nicht neben
dem Mundwinkel heraustropft.
Der Becher passt auch nicht ganz in den Becherhalter, aber immerhin so weit,
dass er nicht wackelt und auch nicht herauszufallen droht:
{{< figure src="cup-detail.jpg" alt="Detail des Bechers in Becherhalter" >}}
Ich werde die Augen weiter offen halten, vielleicht finde ich ja irgendwann
einen schmalen Becher für meinen Weg zu Arbeit... Der im übrigen im Enyaq
sehr angenehm ist.
Das mit dem Becherhalter ist irgendwie wenig clever, meiner Meinung nach.
+8 -5
View File
@@ -1,13 +1,16 @@
name: bovender.de
services: services:
build: build:
image: ghcr.io/gohugoio/hugo image: ghcr.io/gohugoio/hugo:latest
command: build command: build --minify
volumes: volumes:
- ".:/project" - ".:/project"
user: 1000:1000 user: 1000:1000
environment:
HUGO_ENVIRONMENT: production
server: server:
image: ghcr.io/gohugoio/hugo image: ghcr.io/gohugoio/hugo:latest
command: server --bind 0.0.0.0 --buildDrafts --buildFuture --environment development command: server --bind 0.0.0.0 -M --buildDrafts --buildFuture
volumes: volumes:
- ".:/project" - ".:/project"
- "../hugo_cookie_consent:/hugo_cookie_consent" - "../hugo_cookie_consent:/hugo_cookie_consent"
@@ -15,5 +18,5 @@ services:
- "127.0.0.1:1313:1313" - "127.0.0.1:1313:1313"
user: 1000:1000 user: 1000:1000
environment: environment:
ENVIRONMENT: development HUGO_ENVIRONMENT: development
TZ: Europe/Berlin TZ: Europe/Berlin