The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.76 - 2019-04-17

  • title tag is edited in new_blog, new_website
    • Edit title my $site_title = $config->{site_title}; if ($data->{file} eq 'index.html') { $data->{title} = $site_title; } else { $data->{title} = "$data->{title} - $site_title"; }

Documentation

giblog command

Modules

Blog builder for git generation
Giblog API
command base class
add command
build command
new command
new_blog command
new_website command

Provides

in lib/Giblog/Command/new/proto/lib/Giblog/Command/build.pm
in lib/Giblog/Command/new_blog/proto/lib/Giblog/Command/build.pm
in lib/Giblog/Command/new_website/proto/lib/Giblog/Command/build.pm