| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-04-22 | chore: extract theme into git submodule (danix2-hugo-theme) | Danilo M. | 1 | -134/+0 | |
| 2026-04-20 | fix: make search index language-aware | Danilo M. | 1 | -2/+6 | |
| loadSearchIndex() now detects current language from URL pathname. If on /it/* path, loads /it/search-index.json; otherwise loads /search-index.json. Ensures search results link to correct language version of articles. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> | |||||
| 2026-04-20 | feat: create shared search module with lazy-loading and Alpine components | Danilo M. | 1 | -0/+130 | |
| - Implement loadSearchIndex() for async JSON fetching and caching - Implement filterArticles(query, articles) with case-insensitive search (max 5 results) - Register three Alpine.js components: searchOverlay, mobileSearch, notFoundPage - Support desktop modal, mobile menu, and 404 page search integration - Include Escape key handling and index lazy-loading optimizations Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> | |||||
