Use Mermaid diagrams

Install the jekyll-spaceship, plugin, which enables not just mermaid but also math, table, uml,…

Add the plugin to Gemfile:

group :jekyll_plugins do
  gem "jekyll-spaceship", "~> 0.10.2"
end

Add the plugin to _config.yml:

plugins:
  - jekyll-spaceship  

Examples of Mermaid diagrams

Mermaid piechart diagram

Mermaid flowchart diagram