a post with diagrams

Sunday, Jul 4, 2021 | 1 minute read | Updated at Sunday, Jul 4, 2021

This theme supports generating various diagrams from a text description using mermaid {:target="_blank"}. Previously, this was done using the jekyll-diagrams {:target="_blank"} plugin. For more information on this matter, see the related issue . To disable the zooming feature, set mermaid.zoomable to false in this post frontmatter.

Mermaid

The diagram below was generated by the following code:

```mermaid
sequenceDiagram
    participant John
    participant Alice
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!
```

© 2025 My New Hugo Site

🌱 Powered by Hugo with theme Dream.