diff options
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 |