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.
-
Blogazine plugin
Allows you to use a different design on each page of your site, in the style of the (sadly no longer active) PeepCode blog.
-
Cache plugin
Allows you to set Cache-Control headers globally or on a per-page basis.
-
Foldable plugin
Allows you to automatically set the summary of an article to the beginning of the body content (above a "fold")
-
Linkable plugin
Allows you to easily create posts that link to remote URLs.
-
Maldini plugin
Generates citations and reference lists from BibTeX files.
-
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.
-
Sluggable plugin
Allows you to use numeric (or timestamped) filenames while serving your pages with an optional slug for SEO purposes.
-
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.