From bfad82b53151c9c6d5af7bd2813125d6a21e5fdc Mon Sep 17 00:00:00 2001 From: Max Stridde Date: Fri, 24 Jul 2026 12:56:59 +0200 Subject: [PATCH 1/3] spelling and depreciation fix --- README.md | 4 +++- _posts/2026-07-23-Mailand-in-neun-Bildern.md | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 86c0f46..b5db8c8 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ die kleine Version. ``` -## Table of Contents +## Table of Contents (Depreceated) Im Frontmatter des Posts: @@ -172,6 +172,8 @@ toc: sidebar: left # oder right ``` +Problem mit Überlappungen. Außerdem nimmt der TOC Platz weg. + ## Blockquotes ```markdown diff --git a/_posts/2026-07-23-Mailand-in-neun-Bildern.md b/_posts/2026-07-23-Mailand-in-neun-Bildern.md index 01614fe..4efe136 100644 --- a/_posts/2026-07-23-Mailand-in-neun-Bildern.md +++ b/_posts/2026-07-23-Mailand-in-neun-Bildern.md @@ -1,8 +1,8 @@ --- layout: post -title: Wie ich Mailand beschreiben würden, wenn ich keine Worte benutzen dürfte. +title: Wie ich Mailand beschreiben würde, wenn ich keine Worte benutzen dürfte. date: 2026-07-23 12:00:00 -description: Ein Bild sagt mehr als tausend Worte, heißt es. Dann müssten neun Bilder ja bei weitem reichen, um meinen Eindruck von Mailand zu vermitteln. +description: Ein Bild sagt mehr als tausend Worte, heißt es. Dann müssten neun Bilder bei weitem reichen, um meinen Eindruck von Mailand zu vermitteln. tags: mailand italien stadt categories: blogging photos tabs: false From ce2a6674a055695e3cd86bf9cf96660db532bb2a Mon Sep 17 00:00:00 2001 From: Max Stridde Date: Fri, 24 Jul 2026 13:11:47 +0200 Subject: [PATCH 2/3] 9 -> neun --- _posts/2026-07-23-Mailand-in-neun-Bildern.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2026-07-23-Mailand-in-neun-Bildern.md b/_posts/2026-07-23-Mailand-in-neun-Bildern.md index 4efe136..f335ca6 100644 --- a/_posts/2026-07-23-Mailand-in-neun-Bildern.md +++ b/_posts/2026-07-23-Mailand-in-neun-Bildern.md @@ -16,7 +16,7 @@ latest_posts: limit: 5 --- -## Mailand in 9 Bildern +## Mailand in neun Bildern
From 08c5ca30c6382e5ccad04e4231c3348380c1f10d Mon Sep 17 00:00:00 2001 From: Max Stridde Date: Fri, 24 Jul 2026 13:14:40 +0200 Subject: [PATCH 3/3] pin right prettier version --- .github/workflows/prettier.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 60446c8..d57ff29 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -20,7 +20,10 @@ jobs: - name: Setup Node.js ⚙️ uses: actions/setup-node@v4 - name: Install Prettier 💾 - run: npm install --save-dev --save-exact prettier @shopify/prettier-plugin-liquid + # Pins to package-lock.json so CI matches local prettier version. + # To revert to installing the latest instead: + # run: npm install --save-dev --save-exact prettier @shopify/prettier-plugin-liquid + run: npm ci - name: Prettier Check 🔎 id: prettier run: npx prettier . --check