Commit Graph

4 Commits

Author SHA1 Message Date
lotherk
b2b2e80f0a feat: add blog system with static site generator
- Add blog posts in Markdown (_posts/)
- Build script converts MD to HTML at container build time
- First posts: building with AI lessons, quick start guide
- AGENTS.md documents blog writing style (unixsheikh-inspired)
2026-03-27 14:33:05 +00:00
lotherk
a67f2f1b34 fix: update gitignore, rebuild docs with fresh deps 2026-03-27 02:46:19 +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
lotherk
3f9bc1f484 Initial commit: deardiary project setup 2026-03-26 19:57:20 +00:00