bender@twtxt.net
@mckinley I am researching a bit on crossposting. I have a couple of Hugo static notes, for example, Netbros, and I figured that by using Algia, a Nostr CLI client, I can crosspost from Hugo to Nostr quite easily with something like:
```
cat hugo_post.md | algia n --article-title "A long post test" --article-name "A long post test" --article-summary "This is a long post test. Let's see if it works as intended." --stdin
```
Same approach can be used with twtxt, or anything else!
Having my own relay ensures my notes in it remain for as long as the relay runs, at the very least. Of course, you can post to more than one relay.
In reply to: #rhnmfmq
3 months ago
```
cat hugo_post.md | algia n --article-title "A long post test" --article-name "A long post test" --article-summary "This is a long post test. Let's see if it works as intended." --stdin
```
Same approach can be used with twtxt, or anything else!
Having my own relay ensures my notes in it remain for as long as the relay runs, at the very least. Of course, you can post to more than one relay.