My flow is you publish the article using existing tools like yakihonne or habla. Then you just add the naddr to the nostr-static config and run the tool. Yakihonne puts the summary, title, image to the tags. So i don't think i need an front matter
I was actually wondering why you don't just configure an npub and maybe a tag for filtering if necesaary.
Just adding the naddr manually is a 10 seconds job, but building a tool for ordering and selecting takes a lot of time. If you don't write a lot of articles, my tool makes sense
Hmm. In my implementation, I just do a single query to fetch articles for an npub, and then order them by `published_at`. It's very simple and works pretty well.
Thread collapsed
Thread collapsed
Thread collapsed