Commit Graph

11 Commits

Author SHA1 Message Date
afdfdd76ab Fix external link icon not rendering (and style adjustments) 2026-04-21 17:18:46 -07:00
38336301e9 Fix bug with external links and simplify analytics
All checks were successful
Build and Push Docker Image / build (push) Successful in 47s
2026-04-21 15:28:10 -07:00
c4f0767b58 ASSISTED: clean up some styles. Add retro list look for small viewport. 2026-01-20 16:53:03 -08:00
59d2f8b4e0 AGENT: Move aside into slide in with hamburger on smaller viewports 2026-01-20 16:09:29 -08:00
54d5a77329 Move scrollbar into Post Archive component instead of aside 2026-01-20 13:47:55 -08:00
efff385570 Add default style for base css with no js 2026-01-12 19:23:53 -08:00
88b6d1bade Add basic tag support for showing and filtering tagged posts 2026-01-12 15:14:47 -08:00
d7fb16e24e Add 'back to home' link on blog posts 2026-01-09 16:13:59 -08:00
58fa014341 Add next/prev links to bottom of blog posts 2026-01-09 00:13:23 -08:00
960f7ff4d0 Post Archive v1: a first pass at a functional post-archive 2026-01-08 18:31:57 -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