You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to take this theme for a test drive, but make html fails with the following error:
[14:15:13] CRITICAL TemplateSyntaxError: Encountered unknown tag 'assets'. __init__.py:566
Jinja was looking for the following tags: 'endblock'. The
innermost block that needs to be closed is 'block'.
I tried looking at the sample pelicanconf.py, but there's no comments, and a lot of stuff being imported and used. How much of that is required for this theme to work? What's the minimum viable config to get started?
The text was updated successfully, but these errors were encountered:
Sorry for missing description of plugins and config items. Some features (e.g. shields.io cache) cannot be implemented directly in the theme, but rather as plugins. The theme is somewhat too deeply coupled to the plugin. The next release will provide flags to control whether to enable these features.
At present, four plugins are required for this theme.
I'm trying to take this theme for a test drive, but
make html
fails with the following error:I tried looking at the sample pelicanconf.py, but there's no comments, and a lot of stuff being imported and used. How much of that is required for this theme to work? What's the minimum viable config to get started?
The text was updated successfully, but these errors were encountered: