lektor / lektor-tags

For each tag on your site, build a list of pages with that tag. This can be used for standard tag-based blog navigation.
MIT License
27 stars 6 forks source link

Tag pages are not created #13

Closed paternal closed 6 years ago

paternal commented 6 years ago

Hello, not sure if this is a bug, or if I misconfigured something, but here is my problem.

A minimum working example is available in branch tags of project paternal/lektor-mwe.

What is working

I can tag blog pages, which means:

What is not working

From what I read in the documentation, I assumed that:

Environment

Everything is done inside a virtualenv, on a Debian testing (buster).

$ python --version
Python 3.6.6
$ lektor --version
Lektor, version 3.1.1
$ pip --version
pip 10.0.1
$ lektor plugins list
tags (version 0.2)

I would appreciate help about how to fix this.

paternal commented 6 years ago

This was due to a bad configuration of the plugin in my website.

Sorry for the noise…