| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-04-15 | Remove Alpine.js dependency from menu toggle, use vanilla JavaScript | Danilo M. | 1 | -19/+20 | |
| - Replace Alpine.js directives (@click, x-ref) with vanilla JS - Update hamburger-menu.html to use id selectors instead of x-ref - Rewrite menu.js to work without Alpine.js - Menu now opens/closes on click with proper event handling - Language toggle now accessible in hamburger menu Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> | |||||
| 2026-04-15 | Fix Hugo v0.160 compatibility: remove os.Getenv and fix template syntax | Danilo M. | 1 | -0/+14 | |
| - Remove os.Getenv("THEME") call that violates security policy - Use CSS variables and data attributes for theme-aware badge colors - Update theme-toggle.js to update badge colors on theme switch - Fix .LastMod → .Lastmod (correct API) - Fix template syntax for date comparison in article-header.html Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> | |||||
| 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 | |
