Revision history for Dancer2-Plugin-LiteBlog

0.02    2023-10-31

        [FEATURES]
        * Feature 'highlight' can be set to include the Highligh JS library.
        * Navigation Bar: possible to configure navigation links in the liteblog
          settings. If present (as an array of hash containing a link and a
          label), each element will be displayed in the navigation bar.
          Currently only visible in the single-page layout.
        
        [DIST]
        * ship bin/liteblog-scaffold (was not in 0.01)
        * README.md/README with more information.
        
        [SCAFFOLDER]
        * Better design for the blog post page

0.01    2023-10-30

        [ DOCUMENTATION ]
        * All public Classes are documented.

        [ SCAFFOLDER ]
        * bin/liteblog-scaffold to generate views and assets in a Dancer2 app
          dir.

        [ FEATURES ]
        * Default routes loaded when using the plugin for a landing page (/) and
          blog-related routes (/blog/cat/slug, ...)
        * Activities card to show off hobby, social networks, profesional links…
        * Widgets are generic classes that allow for unlimited extensibility in
          the future (Activities and Blog are implementing it).