Plugin directory

The core code base of Nesta has been kept fairly lean on purpose. Nesta isn't supposed to be all things to all people; it's intended to be an easy to grasp starting point from which your web site can grow.

We've therefore decided to keep the code base lean and clean, while releasing less globally useful features as plugins.

If you'd like to write your own plugin, see Writing Nesta plugins.

  1. Related-by-category plugin

    Creates links to other pages on your site on similar topics to the current page. Determines which pages are most closely related by examining their category metadata.

    Continue reading

  2. YAML metadata plugin

    Nesta's metadata is stored in simple key/value pairs. The values always have to be strings, but if you need something a bit more structured install this plugin and you can use Yaml instead.

    Continue reading