
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
hexo-tag-uml
Advanced tools
Render UML sequence diagram in your blog powered by Jumly.

npm install hexo-tag-uml --save
hexo uml install
This command will copy necessary scripts and style sheets to proper location.
Add the following line into a proper location of .ejs file:
<%- partial('jumly') %>
A proper place is usually in the <head> section. But always make sure that there are no other reference to jQuery otherwise it will cause conflicts.
Special note for hexo's landscape theme:
You should add the above line in
_partial\after-footer.ejs.
And remove the original jQuery reference.
_config.yml:plugins:
- hexo-tag-uml
{% uml %}
@found "You", ->
@message "Think", ->
@message "Write your idea", "JUMLY", ->
@create "Diagram"
jumly.css "background-color":"#8CC84B"
{% enduml %}
For more information on how to write jumly syntax, visit Jumly.
FAQs
Render UML sequence diagram in your blog
The npm package hexo-tag-uml receives a total of 4 weekly downloads. As such, hexo-tag-uml popularity was classified as not popular.
We found that hexo-tag-uml demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.