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

NAME

wrt - WRiting Tool, a static site/blog generator and related utilites

SYNOPSIS

    wrt init        # Initialize a wrt repository
    wrt display     # Print HTML for entries
    wrt render-all  # Render all defined entries to filesystem
    wrt addprop     # Add a property to an entry
    wrt findprop    # Find entries containing certain properties
    wrt config      # Dump configuration data for a wrt repository
    wrt -h          # Print help message

DESCRIPTION

wrt is a small collection of utilities for authoring a simple, date-based blog or other static site.

wrt is a simple wrapper script which invokes other subcommands. It will pass its arguments along to any command of the form wrt-command.

Detailed documentation can be found in the App::WRT man page or at https://code.p1k3.com/gitea/brennen/wrt.

LICENSE

    wrt is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

AUTHOR

Brennen Bearnes <code@p1k3.com>