Pelican for static site

Is it possible to use Pelican for static site generation on render?

I’m fairly certain that our static environment has access to python so provided your build command did everything necessary, like installing the pelican dependency then you may find this works,

Regards,

John B

Pelican seems to work fine.

The system is using Python version 3.7.10.

Just make sure, if you are using markdown, that you use the following for the build command:
pip install "pelican[markdown]" && pelican content

Happy about this!

Great, happy to hear this! :slight_smile:

John B

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.