LinuxCommandLibrary

lb

A tool for managing a blog contained in the current directory.

TLDR

Make a new draft

$ lb new
copy


Edit a draft
$ lb edit
copy


Delete a draft
$ lb trash
copy


Publish a draft
$ lb publish
copy


Delete a published post
$ lb delete
copy


Unpublish a published post to edit it as a draft again
$ lb revise
copy

SYNOPSIS

lb COMMAND [COMMAND_OPTIONS]

lb [OPTIONS]

DESCRIPTION

lb is a high-level command (porcelain) of live-build(7), the Debian Live tool suite.

OPTIONS

lb has no specific options but understands all generic live-build options. See live-build(7) for a complete list of all generic live-build options.

FILES

none

HOMEPAGE

More information about live-build and the Debian Live project can be found on the homepage at <https://wiki.debian.org/DebianLive>.

BUGS

Bugs can be reported by submitting a bug report for the live-build package in the Bug Tracking System at <http://bugs.debian.org/> or by writing a mail to the Debian Live mailing list at <debian-live@lists.debian.org>.

SEE ALSO

live-build(7) This program is a part of live-build.

AUTHOR

live-build was originally written by Daniel Baumann <mail@daniel-baumann.ch>. Since 2016 development has been continued by the Debian Live team.

Copied to clipboard