sondreb on Nostr: I built a basic markdown blog-script that works a GitHub template repo a while back, ...
I built a basic markdown blog-script that works a GitHub template repo a while back, I was considering adopting it to Nostr and have it retrieve the posts from Nostr, but when I think about it, the GitHub Actions workflow that generates HTML from markdown, should also just download the events and embed into the HTML that is pushed to the server. Users are accessing my (or anyones) posts through a specific domain name anyway.
For a more generic blogging platform for multiple users, this won't work and you need more dynamic loading. Nice blog post!
Published at
2023-02-20 16:52:52Event JSON
{
"id": "d5b610fff6d4d5217c2b57ac331cd2862db1368fc03d5c1e657962e12af1cbb2",
"pubkey": "17e2889fba01021d048a13fd0ba108ad31c38326295460c21e69c43fa8fbe515",
"created_at": 1676911972,
"kind": 1,
"tags": [
[
"p",
"de7ecd1e2976a6adb2ffa5f4db81a7d812c8bb6698aa00dcf1e76adb55efd645"
],
[
"e",
"76033ed4c553e02d8567575933ebeae6ab4790cd657aca9e3dbe29679380656e"
]
],
"content": "I built a basic markdown blog-script that works a GitHub template repo a while back, I was considering adopting it to Nostr and have it retrieve the posts from Nostr, but when I think about it, the GitHub Actions workflow that generates HTML from markdown, should also just download the events and embed into the HTML that is pushed to the server. Users are accessing my (or anyones) posts through a specific domain name anyway.\n\nFor a more generic blogging platform for multiple users, this won't work and you need more dynamic loading. Nice blog post!",
"sig": "e30f7891c9d31326ae7cac61f0b6a5a5bf8ff0af53b8c957a9da9e2a339cfbb914034cedae49b9943758b8792462a572ca43d23c90ae7fda10a1aeb838af9a6b"
}