Giblog 1.1 Released - Github Project pages support
Good news!
Giblog 1.1 is released! Giblog is the web site and blog builder for git . It generate static HTML files. You can mange Web site using git.
In this release, Github Project pages are supported.
Deploy website on Github Project page
See the URL "https://yuki-kimoto.github.io/giblog-theme1-public/". This is really Github Project pages.
Config file is the following. "base_path" option is set.
use strict; use warnings; use utf8;{
site_title => 'mysite😄',
site_url => 'https://yuki-kimoto.github.io',
base_path => '/giblog-theme1-public',
}
This site resource repository is
This site public repository is
If you know more, see the Giblog site(Currenty only Japanese).
Leave a comment