A while back, I wrote some code to help me write blog posts for my various sites. I don't remember how it all works. Maybe I'll figure it out again though.
See the notes.md file in the top level of the repo for more explanation
The rest of this documentation is regular POD stuff that was probably copy-pasted or generated automatically?
Mojolicious::Plugin::Blog - Mojolicious Plugin
# Mojolicious
$self->plugin('Blog');
# Mojolicious::Lite
plugin 'Blog';
Mojolicious::Plugin::Blog is a Mojolicious plugin.
Mojolicious::Plugin::Blog inherits all methods from Mojolicious::Plugin and implements the following new ones.
$plugin->register(Mojolicious->new);
Register plugin in Mojolicious application.
Mojolicious, Mojolicious::Guides, https://mojolicious.org.
Kirsten Taing < meylingtaing@gmail.com >