summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-11-20 10:22:00 +0000
committerPaul Buetow <paul@buetow.org>2022-11-20 10:22:00 +0000
commit4bf2c17e3f647ebf004b2a1ca5e6eb682e4ad966 (patch)
tree3ff11188cdacbb1a49c7fc3e7f4a1c2a6f209f01 /README.md
parente9044cd87daabcb83522a68732e0b96189baf854 (diff)
add --draft switch
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 663fab4..df001ae 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@ You can also have a look at `$BASE_CONTENT_DIR/meta/gemfeed`. There is a metafil
## Drafting a blog post before publishing it
-If you don't want to publish your article yet (e.g. don't advertise it on the Gemfeed and Atom feed yet), you can draft your article in `./gemtext/gemfeed/DRAFT-article-title-dash-separated.gmi`. Gemtexter will still generate all output formats of the draft, but your site visitors won't be aware of it. Once you want to publish your draft just rename `DRAFT` with the publishing date `YYYY-MM-DD` and from there everything works normally.
+If you don't want to publish your article yet (e.g. don't advertise it on the Gemfeed and Atom feed yet), you can draft your article in `./gemtext/gemfeed/DRAFT-article-title-dash-separated.gmi` and when invoke `./gemtexter --draft` to generate the outputs. Once you want to publish your draft just rename `DRAFT` with the publishing date `YYYY-MM-DD` and from there everything works normally.
## Ready to be published