The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.05 - 2023-11-07

  • FEATURES
    • Caching system to avoid recomputing responses from the Blog widget (category landing page and permalinks are cached).
    • (Blog) RSS feed for the 'Blog' widget. A /rss/ route is declared by the Blog widget and exposes the last 10 published articles of the Blog instance. The RSS feed is cached, a restart of the app is needed to refresh it.
    • (Blog) the 'featured_posts' config entry is not mandatory anymore in the 'blog-meta.yml' file. If not defined, the last 3 published articles are returned instead.

Modules

A minimalist, file-based blog engine for Dancer2.
Activities widget for LiteBlog
Represents a single article or page in LiteBlog.
Blog widget for Liteblog.
Base class for LiteBlog widgets

Provides

in lib/Dancer2/Plugin/LiteBlog/Scaffolder.pm
in lib/Dancer2/Plugin/LiteBlog/Scaffolder/Data.pm