Blog
History
2026-04-14
-
Summary
- Change frontpage title from arne.fismen.no to blog.a.bas.es
- Update Basefile description to match
- Bump to v0.0.4
Test plan
- [ ] Verify page title shows blog.a.bas.es
๐ค Generated with Claude Code
-
Summary
- Embed design/style.css and design/fonts/* into the Go binary using go:embed
- Serve static files from embedded FS instead of filesystem
- Bump Basefile to v0.0.3
Test plan
- [ ] Verify CSS and fonts load on blog.a.bas.es
- [ ] Confirm binary is self-contained (no external file dependencies for static assets)
๐ค Generated with Claude Code
-
Summary
- Update Basefile version and download URL to v0.0.2
Test plan
- [ ] Verify bases installs v0.0.2 binary correctly
๐ค Generated with Claude Code
-
Summary
- Serve CSS and fonts directly from
design/instead ofstatic/ - Replace
.blog-navwithbody > navand.archive-listwithmain nav ul - Add
mainlayout rules for max-width and padding - Fix font paths to absolute
/fonts/
Test plan
- [ ] Verify CSS loads correctly on blog.a.bas.es
- [ ] Confirm fonts render properly
๐ค Generated with Claude Code
- Serve CSS and fonts directly from
2026-04-12
-
Summary
- Add v prefix to version field so it matches the git tag (v0.0.1)
Test plan
- [ ] Verify bases resolves the version tag correctly
๐ค Generated with Claude Code
-
Summary
- Fix setup.data to use the long form (name/path) instead of invalid shorthand
Test plan
- [ ] Verify bases can parse the Basefile without errors
๐ค Generated with Claude Code
-
Summary
- Add Basefile for deploying the blog in an Alpine container via bases platform
- Update logo SVG and add font preloads with logo animation spans
- Install task downloads pre-built binary from release v0.0.1
Test plan
- [ ] Verify Basefile installs and starts the blog correctly on bases
- [ ] Confirm binary downloads and runs on Alpine
๐ค Generated with Claude Code
2026-04-06
-
Summary
- Adds
design/directory with the blog's full design system adapted for Orbit - Styleguide (
index.html) with typography, color tokens, spacing, and component demos - Page previews: frontpage, post, link post, archive โ all with prototype chrome and cross-navigation
- Logo component page with spec, sizes, animations, and don'ts
- Self-hosted fonts (Fraunces, IBM Plex Sans, IBM Plex Mono) with preload hints
- Design spec from blog-design docs
Test plan
- [ ] Open https://orbit.fismen.no/projects/blog/design-preview/ and verify styleguide renders
- [ ] Click through frontpage, post, link-post, archive previews
- [ ] Toggle dark/light theme on each page
- [ ] Verify no font flash or blue border flash on reload
- [ ] Check logo component page renders all variations
- [ ] Verify โ orbit back link works on all pages
๐ค Generated with Claude Code
- Adds