Skip to content

meylingtaing/Mojolicious-Plugin-Blog

Repository files navigation

WHAT IS THIS?

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?

NAME

Mojolicious::Plugin::Blog - Mojolicious Plugin

SYNOPSIS

# Mojolicious
$self->plugin('Blog');

# Mojolicious::Lite
plugin 'Blog';

DESCRIPTION

Mojolicious::Plugin::Blog is a Mojolicious plugin.

METHODS

Mojolicious::Plugin::Blog inherits all methods from Mojolicious::Plugin and implements the following new ones.

register

$plugin->register(Mojolicious->new);

Register plugin in Mojolicious application.

SEE ALSO

Mojolicious, Mojolicious::Guides, https://mojolicious.org.

AUTHOR

Kirsten Taing < meylingtaing@gmail.com >

About

some code that I wrote to help me write blog posts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages