diff options
author | elioat <elioat@tilde.institute> | 2022-12-16 13:35:32 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2022-12-16 13:35:32 -0500 |
commit | a96a2b1430ab591f1913df8f1dd56a6b9807caa7 (patch) | |
tree | eff07285a034fd13556236fd023bb2d78357739e /src | |
parent | d5c10bcdb5681ab1fc23998439a0c44b6955f673 (diff) | |
download | december-2022-a96a2b1430ab591f1913df8f1dd56a6b9807caa7.tar.gz |
what am I gonna build?
Diffstat (limited to 'src')
-rw-r--r-- | src/blogthing/sketch.md | 15 |
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 |