Nikola is a static site and blog generator written in Python that I’ve been using for a good while now. This blog post describes how to install Nikola on Ubuntu 14.04 or newer. Now, this may look like a long winded way to install Nikola, given that .deb package exists, but in my opinion it is the correct way to install Nikola on Ubuntu. Installing Python First you’ll need Python. sudo apt-get install cython3 libpython3.4 python3.4 python3.4-dev python3.4-minimal Now install the Python “...