jot.run
Jot is a system for quickly publishing cryptographically authenticated markdown notes, documentation, or other writings. The primary intention is to go from zero to published in seconds. No need for user registration or sharing your PII, either.
Quickstart
First, install jot.
Then, generate a key and give it a workdir, where your files will live.
$ jot init ~/jot/MyNotes
Initializing new key in directory: /home/me/jot/MyNotes
Create an index markdown file that will display at the root of your home directory.
$ echo "# Hello, World!" > ~/jot/MyNotes/index.md
Now, upload the file.
$ jot upload ~/jot/MyNotes/index.md
Successfully uploaded https://jot.run/~f35289c/index.md
Your file will now display at the URI the client shows you. In this case: https://jot.run/~f35289c/index.md.
Further Reading
Jot is open source software released under the GPLv3 license. Brought to you by ~6f03ea7.