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 started to debug this. The plugin gets loaded and initialized, however although the environment contains both the AtomFeedSource and AtomFeedBuilderProgram
lektor/builder.py: self.env.build_programs is [(<class 'lektor_atom.AtomFeedSource'>, <class 'lektor_atom.AtomFeedBuilderProgram'>)]
neither one gets actually executed later on. I'll keep digging, but would be grateful for more info.
I'm on macOS 10.14.x with Python 3.7.2. I added the plugin to lektor and my
config/atom.ini
isI also added
to my project file. However, even with
lektor build --no-prune
, nofeed.xml
appears.Any idea what could be missing?
The text was updated successfully, but these errors were encountered: