pelican-themes icon indicating copy to clipboard operation
pelican-themes copied to clipboard

create graphics in pelican

Open iamlauriano opened this issue 3 years ago • 3 comments

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?

iamlauriano avatar Apr 27 '21 00:04 iamlauriano

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.

justinmayer avatar Apr 27 '21 06:04 justinmayer

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

iamlauriano avatar Apr 27 '21 16:04 iamlauriano

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.

justinmayer avatar Apr 28 '21 08:04 justinmayer