|
|
|
@ -9,6 +9,13 @@ use Mojo::File; |
|
|
|
use MJB::Backend::Jekyll::MarkdownFile; |
|
|
|
use MJB::Backend::Jekyll::MarkdownFile; |
|
|
|
use MJB::Backend::Jekyll::ConfigFile; |
|
|
|
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. |
|
|
|
# The path to the directory that will be used to hold the git repositories for each blog blogs. |
|
|
|
#== |
|
|
|
#== |
|
|
|
|