serum v1.5.1 Release Notes

Release Date: 2021-05-22 // almost 3 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an issue where the Serum development server may not start properly.

Previous changes from v1.5.0

  • โž• Added

    • โž• Added 3 new configuration items for your Serum project (serum.exs), which can be used to customize locations for your blog-related pages:

      • :posts_source (string, optional) - Path to a directory which holds source files for your blog posts. Defaults to "posts".
      • :posts_path (string, optional) - Path in a output directory which your rendered blog posts will be written to. Defaults to the value of :posts_source. (i.e. the default value will be "posts" if the value of :posts_source is not explicitly given.)
      • :tags_path (string, optional) - Path in an output directory which the tag pages will be written to. Defaults to "tags".
    • โž• Added a new Serum plugin: Serum.Plugins.PreviewGenerator.

    This plugin is a replacement of the built-in preview text generation functionality. Unlike the built-in preview generator, this new plugin can generate preview texts not only for blog posts, but also for regular pages.

    Read the documentation to learn more about this plugin.