From d5fb3894ec83c72cb770d65722e76487626c032f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Br=C3=A4unlich?= Date: Sun, 6 Mar 2022 17:49:23 +0100 Subject: [PATCH] added mermaid feature --- config.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index fa73b91b..dc3f1478 100644 --- a/config.toml +++ b/config.toml @@ -109,6 +109,10 @@ notoc = true # First one is picked as the Twitter card image if not set on page. images = ["images/og-image-fission.png"] +[params.mermaid] +enable = true +theme = "neutral" + [params.social] #github = '' #slackurl = "" @@ -216,4 +220,4 @@ weight = 13 name = "Discord" pre = "" url = "https://discord.gg/4wbfNv3" -weight = 14 \ No newline at end of file +weight = 14