Giblog - Website and Blog builder

Giblog is Website and Blog builder written by Perl.

You can create your website and blog easily.

All created files is static HTML, so you can manage them using git.

You can customize your website by Perl.

Website

Website


Blog

Blog Example



Usage

Giblog is command line tool.

  # New empty web site
  giblog new mysite

  # New web site
  giblog new_website mysite

  # New blog
  giblog new_blog mysite
  
  # Change directory
  cd mysite
  
  # Add new entry
  giblog add

  # Build web site
  giblog build
  
  # Serve web site
  giblog serve

  # Publish web site
  giblog publish origin main

  # Add new entry with home directory
  giblog add --home /home/kimoto/mysite
  
  # Build web site with home directory
  giblog build --home /home/kimoto/mysite

Features

Giblog have the following features.

Giblog Doument

If you try Giblog, see the following doucment.

Giblog Document

LICENSE AND COPYRIGHT

Copyright 2018-2019 Yuki Kimoto C<< <kimoto.yuki at gmail.com> >>

This program is free software; you can redistribute it and/or modify it under the terms of the the Artistic License (2.0). You may obtain a copy of the full license at:

Artistic License 2.0