Forums

pelican

Dummy question, Where do i place my pelican.py blog, in web apps or console?

To use pelican on PythonAnywhere, create a web app with either a simple framework like Flask or Bottle. Add a static files mapping that points at your Pelican output files and reload the web app. The static files mapping will override the web app and serve the Pelican blog instead.

Thank you glenn