An attempt for an uncluttered Pelican (harder than expected…)
Make a virtualenv
$ python3 -m venv venv
Install dependencies
$ source venv/bin/activate
$ pip install -r requirements.pip
Within content
folder.
Only Title
and Date
metadata are required.
$ make html serve
And enjoy!