文件名称:jekyll-remote-plantuml:jekyll-remote-plantuml 插件在 jekyll 网站中包含植物图
文件大小:16KB
文件格式:ZIP
更新时间:2024-07-07 07:53:07
Ruby
jekyll-remote-plantuml 一个 jekyll 插件,用于在您的网站内使用植物图。 这将使用外部资源来构建植物图。 创建后,图表将存储在文件系统中,以防止生成任何不必要的图表。 所以,使用这个插件,提供一种简单的方法来集成 Plantuml Diagramm,无需软件或使用 jar 文件。 安装 要在 Jekyll 上安装这个插件,你只需要遵循 Jekyll的指导方针 用法 要使用 jekyll-remote-plantuml 插件,您只需要将文本包裹在{% uml %}和{% enduml %}标签之间。 例如,要在 Bob 和 Alice 之间创建一个基本的 shema,您可以编写以下代码: {% uml %} Bob -> Alice : Hello {% enduml %} 这将从远程提供程序检索二进制文件并将其添加到您的配置中定义的文件夹中。 生成的
【文件预览】:
jekyll-remote-plantuml-master
----LICENSE.txt(1KB)
----jekyll-remote-plantuml.gemspec(868B)
----images()
--------bob-alice.png(2KB)
--------bob-alice.svg(2KB)
----lib()
--------jekyll-remote-plantuml.rb(2KB)
--------plantuml-config.rb(2KB)
--------plantuml-loader.rb(5KB)
--------plantuml-encode64.rb(3KB)
----Gemfile(70B)
----run.sh(919B)
----Rakefile(379B)
----test()
--------test_plantuml-loader.rb(3KB)
--------test_plantuml-encode64.rb(307B)
----README.md(2KB)
----.gitignore(596B)