about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2022-12-16 13:35:32 -0500
committerelioat <elioat@tilde.institute>2022-12-16 13:35:32 -0500
commita96a2b1430ab591f1913df8f1dd56a6b9807caa7 (patch)
treeeff07285a034fd13556236fd023bb2d78357739e
parentd5c10bcdb5681ab1fc23998439a0c44b6955f673 (diff)
downloaddecember-2022-a96a2b1430ab591f1913df8f1dd56a6b9807caa7.tar.gz
what am I gonna build?
-rw-r--r--src/blogthing/sketch.md15
1 files changed, 15 insertions, 0 deletions
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 <<some url>>
+./blogthing like <<some url>>
+```
\ No newline at end of file