2021-09-08 10:00:42 +01:00
|
|
|
# lb
|
|
|
|
|
2024-02-14 20:25:13 +00:00
|
|
|
> Manage a blog contained in the current directory.
|
2021-09-08 10:00:42 +01:00
|
|
|
> 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`
|