robulouski / voidy-bootstrap

A Pelican theme based on Bootstrap. A modern mobile-friendly theme using Bootstrap 3 and FontAwesome 4.
http://www.voidynullness.net/page/voidy-bootstrap-pelican-theme/
MIT License
66 stars 26 forks source link

Pelican 3.3.0 - Won't build with error "CRITICAL: need more than 2 values to unpack" #1

Closed otterpro closed 9 years ago

otterpro commented 10 years ago

Not sure if this is a bug on the theme, but when trying to use voidy-bootstrap ( THEME="themes/voidy-bootstrap" in pelicanconf.py) , I get the error as mentioned when building pages. It doesn't happen with any other themes, such as pelican-bootstrap3 or crowsfoot theme. Thank you.

robulouski commented 10 years ago

Sounds like it could be a configuration issue. Make sure you're not missing any parenthesis or commas in your pelicanconf/publishconf.

Also note that different themes have different options (or options with the same name that behave differently). For instance, this theme requires that each element of SOCIAL be a tuple with 3 values, while pelican-bootstrap3 requires 2 values in each tuple. If you're using the SOCIAL option, make sure you are specifying 3 values for each element (see the README for more info).

If you're still having problems could you run pelican with debug on (make DEBUG=1 html if you're using a Makefile) and provide a copy of the output just before the error.

robulouski commented 9 years ago

Closing this on the assumption it was a configuration issue.