Skip to content

DmytroLitvinov/blog

Repository files navigation

DevBlog with love. My personal blog

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.

Theme

I'm using Flex theme, it's responsive, mobile first and good looking.

Hosting

This blog is hosted by GitHub Pages.

Project dependencies:

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