lb: add page (#6354)

beep
pixel 2021-09-08 11:00:42 +02:00 committed by GitHub
parent a9ab617ca1
commit 82bb3a0560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

29
pages/common/lb.md Normal file
View File

@ -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: <https://github.com/LukeSmithxyz/lb>.
- 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`