This theme is installable via PyPI:

$ pip install pelican-theme-smallweb

Latest development version is also installable:

$ pip install git+https://github.com/sio/pelican-smallweb/

Import it in your pelicanconf.py:

from pelican.themes import smallweb
THEME = smallweb.path()