Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error using syte theme #109

Closed
tschertel opened this issue Jun 21, 2013 · 5 comments
Closed

Error using syte theme #109

tschertel opened this issue Jun 21, 2013 · 5 comments

Comments

@tschertel
Copy link

When I configure pelican to use syte theme ad call "make html", I get this error message:
CRITICAL: Encountered unknown tag 'assets'.

All I get in output folder is a "theme" folder with a few files in it.

@arnaudbos
Copy link
Contributor

That's because Syte needs the WEBASSETS plugin which relies on python's webassets package.

Just pip install it in your virtualenv ans you're ready to go :-)

Note: you'll also need cssmin.

@justinmayer
Copy link
Member

I've taken the liberty of clarifying the dependencies in the README file, which will hopefully reduce the likelihood of future confusion.

@bretonio
Copy link

bretonio commented Oct 10, 2016

Decades later a similar issue.

I typed sudo pip install webassets and then sudo pip install cssmin and yet the error persists.

Attempting to use THEME = 'eevee'.

No such error with THEME = 'notmyidea'.

@cesarmarroquin
Copy link

I get the same exact error as @bretonio trying to use the 'eevee' theme. Both of those packages are installed for me as well.

@mirekdlugosz
Copy link

@bretonio @cesarmarroquin did you guys add assets plugin in pelicanconf.py? eevee theme depends on it (i.e. installing webassets package is not enough).

PLUGINS = [
    'assets'
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants