Closed supermacro closed 6 years ago
Your plugin settings are in publishconf.py
instead of pelicanconf.py
. make devserver
uses pelicanconf.py
, i.e. plugin isn't active.
@gDelgado14: I hope @avaris was able to assist you with your problem. No need to reach out via Twitter, by the way. Doing so just adds noise to an already heavy volume of notifications.
Also, in the future, please consider reaching out via the Pelican IRC channel, as noted in the How to Get Help section of the documentation. Thanks!
This is probably an error on my part and am looking for assistance more than anything.
Pelican version: 3.7.1 Python version: 2.7.10
I am trying to pre-process SASS CSS files. Hence I'm using the
assets
plugin (which i assume means that I have to download the webassets + libsass packages).When I run
make devserver
, the error I get is:This error is coming from the following line of code located in
theme/templates/index.html
:The full source code of my blog is located on Gitlab. Note that I have linked to a temporary / WIP branch called
custom-theme
What am I doing wrong here?