From 82bb3a05602009f8e3cacd12cbcfabe12b31bdc7 Mon Sep 17 00:00:00 2001 From: pixel <35269695+pixelcmtd@users.noreply.github.com> Date: Wed, 8 Sep 2021 11:00:42 +0200 Subject: [PATCH] lb: add page (#6354) --- pages/common/lb.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 pages/common/lb.md diff --git a/pages/common/lb.md b/pages/common/lb.md new file mode 100644 index 000000000..5ea58f43a --- /dev/null +++ b/pages/common/lb.md @@ -0,0 +1,29 @@ +# lb + +> A tool for managing a blog contained in the current directory. +> Drafts and posts to operate on are selected interactively when running the commands. +> More information: . + +- Make a new draft: + +`lb new` + +- Edit a draft: + +`lb edit` + +- Delete a draft: + +`lb trash` + +- Publish a draft: + +`lb publish` + +- Delete a published post: + +`lb delete` + +- Unpublish a published post to edit it as a draft again: + +`lb revise`