lowtechmag / solar

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

Critical Error: name 'solar' is not defined #8

Closed dfstrauch closed 3 years ago

dfstrauch commented 3 years ago

I'm attempting to learn Pelican and have installed the plugin that you have created. I have specified PLUGINS = [solar-plugins] in the pelicanconf.py configuration file, but when I start Pelican I receive a critical error name 'solar' is not defined. Can you please give me some guidance?

rscmbbng commented 3 years ago

try: PLUGINS = ['solar-plugins']

Do note, that the team or I can not help you with learning Pelican. It is complicated, I know, which is a real downside. It perhaps helps to follow some tutorials in Python first. That is the language Pelican is written in and having some familiarity with that will help you understand the error messages better.