hexo-tag-nomnoml
v0.0.2
Published
nomnoml-tag for hexo cms
Downloads
3
Readme
hexo-tag-nomnoml
nomnoml-tag for hexo cms
so in your posts and pages you can use the following tag. To show an rendered SVG rather then just text.
{% nomnoml '{"style":"float:left;"}' %}
#fill: #00aaff;
[hallo] -> [world]
[tobias] love-> [Fanni]
[tobias] is on -> [earth]
[Fanni] is on -> [vanus]
{% endnomnoml %}
installation
just go into the directory of your hexo webside and
npm install --save hexo-tag-nomnoml