diff --git a/libs/MJB-Backend-Jekyll/lib/MJB/Backend/Jekyll.pm b/libs/MJB-Backend-Jekyll/lib/MJB/Backend/Jekyll.pm index bd7625b..ae83bed 100644 --- a/libs/MJB-Backend-Jekyll/lib/MJB/Backend/Jekyll.pm +++ b/libs/MJB-Backend-Jekyll/lib/MJB/Backend/Jekyll.pm @@ -9,6 +9,13 @@ use Mojo::File; use MJB::Backend::Jekyll::MarkdownFile; use MJB::Backend::Jekyll::ConfigFile; +#====== +# This class enables you to programatically access and update Jekyll blogs +# that are backed by a git repository. Additionally, you can create new +# Jekyll blogs from a repository to use as a template. +# +#====== + #== # The path to the directory that will be used to hold the git repositories for each blog blogs. #==