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>.
Install
- All systems
-
curl cmd.cat/lb.sh
- Debian
-
apt-get install live-build
- Ubuntu
-
apt-get install live-build
- Kali Linux
-
apt-get install live-build
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install live-build
- Raspbian
-
apt-get install live-build
- Dockerfile
- dockerfile.run/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
© tl;dr; authors and contributors