What Pelican quickstart actually do and how it does that?
Posted on Mon 12 February 2018 in Python
In this blog, I'll go through the process after running the command pelican-quickstart
without any arguments inside a virtual environment to see what goes down in the background. Later in the blog, I'll figure out how everything works.
Continue reading