From 6fdf99b0f34a621a6c1a22b94360c6cbd22ad2f1 Mon Sep 17 00:00:00 2001 From: Aleksander Cynarski Date: Thu, 10 Sep 2020 16:04:13 +0200 Subject: [PATCH] mermaid support fix --- init_docsy.sh | 2 ++ {layouts => tmp_layouts}/shortcodes/mermaid.html | 0 2 files changed, 2 insertions(+) rename {layouts => tmp_layouts}/shortcodes/mermaid.html (100%) diff --git a/init_docsy.sh b/init_docsy.sh index 1df4c13..994aacd 100755 --- a/init_docsy.sh +++ b/init_docsy.sh @@ -27,6 +27,8 @@ h2 "Inicjalizacja submodułu z docsy" git submodule add https://github.com/google/docsy.git themes/docsy echo 'theme = "docsy"' >> config.toml git submodule update --init --recursive +h1 "Obsłga mermaid" +mv tmp_layouts layouts h1 "Czyszczenie repozytorium" rm init_docsy.sh diff --git a/layouts/shortcodes/mermaid.html b/tmp_layouts/shortcodes/mermaid.html similarity index 100% rename from layouts/shortcodes/mermaid.html rename to tmp_layouts/shortcodes/mermaid.html