Skip to main content
  1. All posts/

Diagrams with Mermaid

·49 words·1 min·
Author
Arkadii Yakovets
Personal blog on software, systems, security, and the craft of building.
getting-started - This article is part of a series.
Part 2: This Article

Blowfish ships a Mermaid shortcode. Example publishing flow:

flowchart LR
  A[Markdown in Git] --> B[Hugo build]
  B --> C[Cloudflare Pages]
  C --> D[arkid15r.dev]
  D --> E{Consent?}
  E -->|Accept| F[PostHog]
  E -->|Reject| G[No analytics]

Edit this file, open a PR, and use the Cloudflare preview URL before merging to main.

getting-started - This article is part of a series.
Part 2: This Article

Related