| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-21 | fix: use href for deterministic hash and increase padding for safety | Danilo M. | 1 | -2/+2 |
| 2026-04-21 | fix: correct maxBottom initialization to handle negative coordinates | Danilo M. | 1 | -1/+1 |
| 2026-04-21 | fix: correct padding calculation and remove flex classes in spiral layout | Danilo M. | 1 | -3/+4 |
| 2026-04-21 | feat: add Archimedean spiral layout engine for tag cloud | Danilo M. | 1 | -0/+121 |
| 2026-04-21 | chore: adding files for agentic content writing | Danilo M. | 1 | -0/+34 |
| 2026-04-20 | fix: make search index language-aware | Danilo M. | 1 | -2/+6 |
| 2026-04-20 | refactor: unify 404 page with shared search functionality | Danilo M. | 1 | -33/+7 |
| 2026-04-20 | feat: create shared search module with lazy-loading and Alpine components | Danilo M. | 1 | -0/+130 |
| 2026-04-20 | feat: redesign footer with fortune cookie, about terminal readout, and tech/f... | Danilo M. | 1 | -0/+9 |
| 2026-04-18 | fix: code block copy icon, light theme bg, horizontal scroll | Danilo M. | 1 | -4/+4 |
| 2026-04-18 | refactor: syntax highlighting with Catppuccin Macchiato and copy buttons | Danilo M. | 1 | -0/+79 |
| 2026-04-17 | fix: simplify 404 page to use Hugo's standard i18n without hacks | Danilo M. | 1 | -24/+0 |
| 2026-04-17 | Revert "fix: use language-specific 404 layouts for proper i18n support" | Danilo M. | 1 | -0/+23 |
| 2026-04-17 | fix: use language-specific 404 layouts for proper i18n support | Danilo M. | 1 | -23/+0 |
| 2026-04-17 | fix: use client-side language detection with redirect rules for 404 navigation | Danilo M. | 1 | -11/+23 |
| 2026-04-17 | Revert "fix: use Hugo content-based 404 pages for proper multilingual support" | Danilo M. | 1 | -0/+12 |
| 2026-04-17 | fix: use Hugo content-based 404 pages for proper multilingual support | Danilo M. | 1 | -12/+0 |
| 2026-04-17 | fix: use client-side language detection for 404 navigation links | Danilo M. | 1 | -0/+12 |
| 2026-04-17 | debug: add console.log to test Alpine.js component registration | Danilo M. | 1 | -0/+4 |
| 2026-04-17 | fix: simplify Alpine.js component initialization by loading articles data dir... | Danilo M. | 1 | -8/+1 |
| 2026-04-17 | fix: refactor 404 page to use Alpine.data() pattern for proper function regis... | Danilo M. | 1 | -0/+38 |
| 2026-04-17 | feat: enhance modal focus trap with JavaScript and ARIA attributes | Danilo M. | 1 | -0/+36 |
| 2026-04-16 | feat: add form component templates, i18n strings, and Alpine.js utilities | Danilo M. | 1 | -0/+91 |
| 2026-04-16 | Complete matrix rain background effect implementation | Danilo M. | 1 | -0/+157 |
| 2026-04-15 | Implement article type colors, reading progress bar, and optimize layout | Danilo M. | 1 | -0/+29 |
| 2026-04-15 | Fix theme toggle icon to always sync with actual page theme | Danilo M. | 1 | -14/+23 |
| 2026-04-15 | Fix design system compliance: CSS variables, accessibility, and theme system | Danilo M. | 1 | -11/+71 |
| 2026-04-15 | Complete multilingual theme implementation with language-aware menus | Danilo M. | 1 | -24/+0 |
| 2026-04-15 | Extract contact form JavaScript to separate file and remove shortcode from co... | Danilo M. | 1 | -0/+45 |
| 2026-04-15 | Remove Alpine.js dependency from menu toggle, use vanilla JavaScript | Danilo M. | 1 | -19/+20 |
| 2026-04-15 | Fix Hugo v0.160 compatibility: remove os.Getenv and fix template syntax | Danilo M. | 1 | -0/+14 |
| 2026-04-15 | feat: create language switcher with persistence | Danilo M. | 1 | -0/+24 |
| 2026-04-15 | feat: create hamburger menu toggle script | Danilo M. | 1 | -0/+51 |
| 2026-04-15 | feat: create theme toggle with localStorage persistence | Danilo M. | 1 | -0/+30 |