Installing Plugins with a Theme.

Not implemented yet.

Themes could depend on plugins, and they will be loaded along the theme.

  1. You could use the [packages] section of the theme.ini to install released packages:

    [packages]
    lektor-disqus-comments = 0.2
    
  2. Plugins can be added to the packages/ folder in the theme. Each plugin has to go into a separate folder.

Comments