Added Cloudflare Pages support as a publisher today.
It’s pretty nice that it will auto-create the Pages project for you if it does not exist yet.
Example log output from the Deploy dialog when using it.
13:38:50 Ready to publish...
13:38:52 Checking for remote changes...
13:38:52 No remote changes detected
13:38:52 Initializing Cloudflare Pages publisher...
13:38:52 Generating site...
13:38:53 Generated 417 files
13:38:53 Deploying to Cloudflare Pages...
13:38:53 [0/0] Checking if Cloudflare Pages project exists...
13:38:55 [0/0] Creating project "ihbfblog"...
13:39:08 [0/0] Project "ihbfblog" created
13:39:08 [0/0] Deploying to Cloudflare Pages...
13:39:08 [0/0] ⛅️ wrangler 4.67.0
13:39:08 [0/0] ───────────────────
13:39:11 [0/0] Uploading... (0/418)
13:39:25 [0/0] Uploading... (16/418)
13:39:26 [0/0] Uploading... (91/418)
13:39:27 [0/0] Uploading... (397/418)
13:39:28 [0/0] Uploading... (418/418)
13:39:28 [0/0] ✨ Success! Uploaded 418 files (17.94 sec)
13:39:29 [0/0] 🌎 Deploying...
13:39:33 [0/0] ✨ Deployment complete! Take a peek over at https://ihbfblog.pages.dev
13:39:33 Publish complete!
I’m getting rid of the “brutalist” theme on the app and instead making the web app look like the default blog template, seems like a good idea to stay on brand or whatever…
early screenshot that’s still all fucked up so don’t judge it too hard
I liked the old deploy screen so much I am trying to make it work in this paradigm
not quite there yet…
It’s coming together slowly. I’ve made a lot of improvements to how embeds are managed and shown.
well it’s too bad publishing is bugged out here but… a glimpse of the new UX
Tonight I am adding kind of weird share options to postalgic.
In one case you can set up a webhook to share to, so I can share a post out to a webhook and hit the share button and it’ll hit that URL with the post metadata for something to happen somewhere. In my case this goes to Snitch so EyeBridge will post it on Discord/IRC for me.
The other case is that you can connect directly to a Discourse instance so you can share posts directly to Discourse. Screenshot of the setup where you can pick a default category and topic to post to.
Then the share modal…
Also added passkey support. So first launch it’ll ask you to set up a passkey and… that’s it. You’re done. A lot nicer than using basic auth.
Works fine in private browsing…
And on iPhone, but no screenshot because that’s overkill.