yjpark / jekyll-plantuml

Jekyll / Octopress plugin to generate PlantUML diagrams
Other
33 stars 3 forks source link

not work in my github pages #6

Closed xiaonan closed 10 years ago

xiaonan commented 10 years ago

while run jekyll build in my local it works without any problem,but when i push this to my github pages ,the tag {% plantuml %} can not work?

yjpark commented 10 years ago

Hi, not sure what you mean, the content in github pages should be the output from the jekyll build, which should not including something like {% plantuml %}. Maybe it's not recognized by the jekyll plugin system, in that case, probably you need to check the jekyll plugin format to make sure it's correctly set.

xiaonan commented 10 years ago

tks~, I already know the reason is github pages not support the third party plguin.

wduminy commented 10 years ago

@seanerchen -- its seems to have worked for tooh: http://tooh.github.io/blog/2013/06/09/PlantUML/

yjpark commented 10 years ago

Thanks for the update and the link, close this issue then.