From a96a2b1430ab591f1913df8f1dd56a6b9807caa7 Mon Sep 17 00:00:00 2001 From: elioat Date: Fri, 16 Dec 2022 13:35:32 -0500 Subject: what am I gonna build? --- src/blogthing/sketch.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/blogthing/sketch.md diff --git a/src/blogthing/sketch.md b/src/blogthing/sketch.md new file mode 100644 index 0000000..10800ec --- /dev/null +++ b/src/blogthing/sketch.md @@ -0,0 +1,15 @@ +pass arguments to determine the type of post + +- (none), for normal blog post, with title +- `note`, for a post without a title +- `image`, for an image post +- `reply`, for a post replying to something with a url +- `like`, for a little like post (don't really make these any more) + +```plaintext +./blogthing +./blogthing note +./blogthing image +./blogthing reply <> +./blogthing like <> +``` \ No newline at end of file -- cgit 1.4.1-2-gfad0