getpelican / pelican-themes

Themes for Pelican
https://getpelican.com/
2.13k stars 1.09k forks source link

create graphics in pelican #708

Open iamlauriano opened 3 years ago

iamlauriano commented 3 years ago

I'm using the pelican as a CMS, and I want to create graphics on the pages using Python-markdown, does anyone have any idea how I do this?

justinmayer commented 3 years ago

Hi Lauriano. What kind of graphics? Without more detail regarding exactly what you are trying to achieve, it's hard to even begin to think about potential suggestions.

Have you looked at the plethora of Pelican plugins to see whether one would meet your needs? For example, the Graphviz plugin.

iamlauriano commented 3 years ago

Hi @justinmayer, Very thanks for the reply, I'm new to the pelican, I've been studying for a few weeks, my question is to generate interactive graphics, using a python lib like Plotly Example create a graphic on a page and/or post.

I'll take a look at the Graphviz Plugin

justinmayer commented 3 years ago

I don't know anything about Plotly. For graphs/charts, you might find an appropriate tag in the Liquid Tags plugin. For example, there appears to be one for Pygal.