Commit Graph

6 Commits

Author SHA1 Message Date
58fa014341 Add next/prev links to bottom of blog posts 2026-01-09 00:13:23 -08:00
f46f4667a1 Complete WIP: Architecture refactor.
Mount JSX server side templating for blog posts. Send AppShell conditionally. Maintain support for HMR via HTMLbundles using Bun's native fullstack dev server under an /hmr path. This is only mounted in development and is supported by the onImport Bun plugin. Add DB creation on startup and load pages based on those records.
2026-01-08 05:35:59 -08:00
3abd97702d WIP: Architecture Refactor, add stub files and working blog post wrapped by AppShell 2025-12-28 00:21:13 -08:00
cd88f570a0 Replace Elysia with bun.serve for hot reloading and static serving 2025-10-22 19:56:38 -07:00
b33ffa3371 Complete wip: New Application Architecture
Add support for client side routing and updating without loading the AppShell
2025-10-18 16:42:19 -07:00
16cf44b42d wip: New Application Architecture
Explore a new approach to clean up the implementation of an AppShell and individual pages. Will likely retire htmx for a lightweight custom page router.
2025-10-17 13:53:30 -07:00