From e87a65cc7d2d4a27cbaa551587125e3f7cb6f9fc Mon Sep 17 00:00:00 2001 From: pixel <35269695+pixelcmtd@users.noreply.github.com> Date: Tue, 24 Aug 2021 20:53:28 +0200 Subject: [PATCH] zm: add page (#6355) --- pages/common/zm.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/zm.md diff --git a/pages/common/zm.md b/pages/common/zm.md new file mode 100644 index 000000000..896c708fb --- /dev/null +++ b/pages/common/zm.md @@ -0,0 +1,16 @@ +# zm + +> A tool for managing articles of newspapers and blogs. +> More information: . + +- Make a new draft: + +`zm new` + +- Edit a draft: + +`zm edit` + +- Publish a draft and commit it with git: + +`zm publish`