hexo-tag-nomnoml

nomnoml-tag for hexo cms

Usage no npm install needed!

<script type="module">
  import hexoTagNomnoml from 'https://cdn.skypack.dev/hexo-tag-nomnoml';
</script>

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