From 1aebb85b988eff69cc6098af40e6f3b2c0276139 Mon Sep 17 00:00:00 2001 From: Manager Bot Date: Thu, 17 Nov 2022 19:01:02 +0000 Subject: [PATCH] Added header. --- libs/MJB-Backend-Jekyll/lib/MJB/Backend/Jekyll.pm | 7 +++++++ 1 file changed, 7 insertions(+) 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. #==