Jeff MacKinnon's Homepage

Articles tagged with python3

Batch Files are your friend

Something that my pelican experience was missing was a little automation that my Unix friends enjoy with makerfiles. I'm sure that there is a windows workaround, or I could just continue to work in WSL for my pelican life.

I do enjoy working in WSL and all the Linux life …

Installing Pelican for the first time again

I already did this for this page and my company, but I'm moving our family archive too.

Step One Set Up the Python environment

First, set up your environment, I'm using pipenv install , you may be doing something else.

Step two, Install Pelican and plugins

Then install pelican and the …