Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ die kleine Version.
</div>
```

## Table of Contents
## Table of Contents (Depreceated)

Im Frontmatter des Posts:

Expand All @@ -172,6 +172,8 @@ toc:
sidebar: left # oder right
```

Problem mit Überlappungen. Außerdem nimmt der TOC Platz weg.

## Blockquotes

```markdown
Expand Down
6 changes: 3 additions & 3 deletions _posts/2026-07-23-Mailand-in-neun-Bildern.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -16,7 +16,7 @@ latest_posts:
limit: 5
---

## Mailand in 9 Bildern
## Mailand in neun Bildern

<div class="row mt-3">
<div class="col-sm mt-3 mt-md-0">
Expand Down
Loading