Commit Graph

10 Commits

Author SHA1 Message Date
lotherk
104abe4d80 fix: correct social config syntax for starlight 0.34+ 2026-03-27 02:49:51 +00:00
lotherk
ac893ca8ea fix: correct GitHub URLs in docs, remove package-lock 2026-03-27 02:48:53 +00:00
lotherk
afacab4e36 fix: use npm in Dockerfile.docs for better resolution 2026-03-27 02:46:56 +00:00
lotherk
8c5c104986 fix: pin compatible astro/starlight versions 2026-03-27 02:44:00 +00:00
lotherk
7cc81434a9 fix: update GitHub URLs to lotherk/deardiary, fix Starlight config, use Docker build only 2026-03-27 02:42:16 +00:00
lotherk
73955bc318 fix: update starlight social config syntax for v0.33+ 2026-03-27 02:33:41 +00:00
lotherk
ad5772485f fix: improve light theme visibility and contrast 2026-03-27 02:32:34 +00:00
lotherk
906e4d6201 fix: docs service starts by default with docker compose up 2026-03-27 02:29:57 +00:00
lotherk
5c8ebc9a03 feat: add Docker setup for documentation site
- Dockerfile.docs for building docs container
- nginx.conf for serving static Starlight site
- docker-compose.yml updated with docs service (--profile docs)
- Updated docs installation/deployment pages
2026-03-27 02:29:27 +00:00
lotherk
0bdd71a4ed feat: v0.1.0 - geolocation capture, calendar, search, Starlight docs site
- Automatic browser geolocation capture on event creation
- Reverse geocoding via Nominatim API for place names
- Full-text search with SQLite FTS5
- Calendar view for browsing past entries
- DateNavigator component for day navigation
- SearchModal with Ctrl+K shortcut
- QuickAddWidget with Ctrl+J shortcut
- Starlight documentation site with GitHub Pages deployment
- Multiple AI provider support (Groq, OpenAI, Anthropic, Ollama, LM Studio)
- Multi-user registration support

BREAKING: Events now include latitude/longitude/placeName fields
2026-03-27 02:27:55 +00:00