← Home

Mephisto Plugin: Full archives (tricky edition)

This is a pretty simple plugin that adds a full archives view to Mephisto's own archives.

By "full archive" simply a list of all your blog posts is meant, most probably just titles grouped by month. This is something that's supported by quite some big blogging engines, but not Mephisto.

To install the plugin just use the script/plugin installer. E.g.:


script/plugin install \
  http://svn.artweb-design.de/stuff/mephisto/mephisto_full_archives

You will also have to change your archives.liquid template to display the view accoringly. I've provided an example tempate that you can just copy and paste to your theme. Look at:


mephisto_full_archives/lib/templates/archive.liquid.example

You can see the plugin in action here:

Now guess why this plugin is tagged "tricky edition" ;-)