How to create a website using Pelican and Netlify (January 2021)
Briefly

The choice of Pelican was made due to familiarity with Python, allowing for easy troubleshooting. Github is utilized for repository hosting, while Netlify is chosen for its seamless website hosting and DNS management services.
Netlify supports Python versions 2.7, 3.5, and 3.7 on the Ubuntu Xenial 16.04 image, meaning Python 3.7 installation via pyenv is recommended. It's crucial to set up a virtualenv with Python 3.7 for Pelican packages to avoid system pollution.
Read at Alone Djangonaut
[
add
]
[
|
|
]