4 Commits

Author SHA1 Message Date
04e7b42ceb 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.
2021-02-07 20:03:18 +01:00
67c1516096 Added jekyll-rst plugin.
jekyll-rst plugin allows to use restructured text source files, which
are much convinient than plain markdown files, since reST format
supports ootb:

- tables
- definitions
- code highlight
- autogenerated table of content

and much more.
2019-05-26 12:34:53 +02:00
9a95367760 Readme update 2019-02-13 20:30:43 +01:00
e95b0cb407 Added mobile optimized viewport 2019-02-13 20:24:53 +01:00