Skip to content

maciejtoporowicz/jekyll-plantuml-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jekyll-plantuml-lite

This Jekyll plugin makes it simple to include PlantUML diagrams on your website. Simply install the plugin and you're ready to go.

Installation

Add this line to your application's Gemfile:

gem "jekyll-plantuml-lite"

And then execute:

$ bundle

Or simply do:

$ bundle add jekyll-plantuml-lite

And then add this line to your site's _config.yml:

plugins:
  - jekyll-plantuml-lite

Usage

{% plantuml %}
@startuml
Bob -> Alice : hello
@enduml
{% endplantuml %}

An inline SVG generated by the public PlantUML server will be embedded on your website.

About

Generating PlantUML diagrams in Jekyll using a PlantUML server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published