pip install pelican-liquid-tags
pip install pelican-image-process
pip install matplotlib
+ python -m pip install font-roboto
cp plugins/* ./lib/python*/site-packages/pelican/plugins/liquid_tags
title=data.get("title", None)
if title is not None:
- ax1.set_title(data.get("title", None), fontsize=24, fontfamily="Droid Sans", fontweight='bold')
+ ax1.set_title(data.get("title", None), fontsize=24, fontfamily="Roboto Sans", fontweight='bold')
filename=data.get("filename", None)
plt.setp(pcts, color='white', fontweight='bold', fontsize=9, fontfamily="Droid Sans")
plt.setp(texts, color='black', fontsize=12, fontfamily="Droid Sans")