Tech blog about python language and other interesting things for me and maybe for you.
This blog uses Pelican, a static site generator powered by Python.
I'm using Flex theme, it's responsive, mobile first and good looking.
This blog is hosted by GitHub Pages.
Install pip-tools: pip install pip-tools
To install requirements run: make sync_dependencies
or pip-sync requirements-dev.txt requirements.txt
To upgrade all packages, periodically re-run make upgrade_dependencies