Introduced submodule for Jekyll plugin.

Currently, we need to clone restructuredText renderer manually. There
was also some brainsplit between readme file and the reality. It should
be easier now, by using either --recurse-submodules for git clone or
git submodule update --update.
This commit is contained in:
2021-02-07 19:57:25 +01:00
parent 05af99f364
commit 04e7b42ceb
5 changed files with 21 additions and 10 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "_plugins/jekyll-rst"]
path = _plugins/jekyll-rst
url = https://github.com/gryf/jekyll-rst