lowtechmag / solar

Pelican theme for solar powered version of lowtechmagazine.com
https://solar.lowtechmagazine.com
465 stars 25 forks source link

plugin web-assets must be installed #16

Closed juliepierson closed 1 year ago

juliepierson commented 1 year ago

Hi, Thanks for this pelican theme ! I had to install Web Assets pelican plugin to be able to use it : pip install pelican-webassets

Maybe this should be in the readme for future users ? Thanks ! Julie.

rscmbbng commented 1 year ago

Hi Julie,

It is already listed in the README:

Installing dependencies for the plugins: sudo pip3 install Pillow bs4 git+https://www.github.com/hbldh/hitherdither webassets libsass cssmin

thank you!

juliepierson commented 1 year ago

Thanks for your answer ! pip install webassets didn't work for me, I did pip install pelican-webassets to make it work. Don't know if this is just me though :smiley: