- Added the new post frontend - Hooked up publishing of posts to the site publisher - Added an site exporter as a publishing target
837 B
837 B
| id | title | date | tags | slug |
|---|---|---|---|---|
| ARFyO2TiZ0Ju | First Attempt at Posting From the UI | 2026-02-20T22:48:58Z | /2026/02/21/first-attempt-at |
If you're seeing this, then posting from the UI works.
The UI is using service-side HTTP rendering, so there's nothing fancy going on here. I've chosen to use Boostrap for the frontend. It's a little traditional but hey, it looks good. I can't post a screenshot of the UI as Weiro doesn't have attachments yet, but I will once I have attachments working.
The new post should have been saved in the Sqlite3 database, which should trigger a rebuild of the site and a publish to Netlify. The existing posts should still be there too. At the moment, the publishing is done inline, which won't be the case for long, but I want to make sure the publishing flow is working properly.
Okay, here we go.