From f27ba4e77e6ff51f74e47c88187f5966503191d8 Mon Sep 17 00:00:00 2001 From: Vincent Mazenod <vmazenod@gmail.com> Date: Tue, 23 Oct 2018 10:02:39 +0200 Subject: [PATCH] fix math render as submodule --- .gitignore | 1 + .gitmodules | 3 +++ README.md | 1 + plugins/math_render | 2 +- 4 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .gitmodules diff --git a/.gitignore b/.gitignore index e8b13dd..60d36e6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ pelican.pid srv.pid blog_limos.egg-info node_modules +venv diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..519347d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "plugins/math_render"] + path = plugins/math_render + url = https://github.com/barrysteyn/pelican_plugin-render_math.git diff --git a/README.md b/README.md index b659fc7..9d2ca65 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ```bash sudo pip install --editable . +git submodule update --recursive --remote ``` ## Lancer le serveur de prévisualisation diff --git a/plugins/math_render b/plugins/math_render index 2bb931a..4aa206e 160000 --- a/plugins/math_render +++ b/plugins/math_render @@ -1 +1 @@ -Subproject commit 2bb931abf47ed1b23da0c6ae41f82149b132c49f +Subproject commit 4aa206eda5af3626203b80062e0d2fbe3971fd82 -- GitLab