summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/assets
AgeCommit message (Expand)AuthorFilesLines
2026-04-17fix: simplify 404 page to use Hugo's standard i18n without hacksDanilo M.1-24/+0
2026-04-17Revert "fix: use language-specific 404 layouts for proper i18n support"Danilo M.1-0/+23
2026-04-17fix: use language-specific 404 layouts for proper i18n supportDanilo M.1-23/+0
2026-04-17fix: use client-side language detection with redirect rules for 404 navigationDanilo M.1-11/+23
2026-04-17Revert "fix: use Hugo content-based 404 pages for proper multilingual support"Danilo M.1-0/+12
2026-04-17fix: use Hugo content-based 404 pages for proper multilingual supportDanilo M.1-12/+0
2026-04-17fix: use client-side language detection for 404 navigation linksDanilo M.2-4/+12
2026-04-17debug: add console.log to test Alpine.js component registrationDanilo M.1-0/+4
2026-04-17fix: simplify Alpine.js component initialization by loading articles data dir...Danilo M.1-8/+1
2026-04-17fix: refactor 404 page to use Alpine.data() pattern for proper function regis...Danilo M.1-0/+38
2026-04-17fix: improve styling and functionality for 404 and Repository pagesDanilo M.1-54/+4
2026-04-17test: verify accessibility (WCAG AA) - heading hierarchy, contrast, focus, mo...Danilo M.1-2/+388
2026-04-17feat: enhance modal focus trap with JavaScript and ARIA attributesDanilo M.1-0/+36
2026-04-17feat: add prefers-reduced-motion support (disable animations when motion-redu...Danilo M.1-0/+18
2026-04-17feat: add focus management styles (:focus-visible, button hover, form input f...Danilo M.1-0/+57
2026-04-17feat: add animation utility classes (.animate-fade-in, .animate-slide-up, .an...Danilo M.1-0/+14
2026-04-17feat: add CSS keyframe animations (fadeIn, slideUp, refine modalSlideUp, spin)Danilo M.1-2/+25
2026-04-16feat: add form component templates, i18n strings, and Alpine.js utilitiesDanilo M.1-0/+91
2026-04-16feat: add form component styles (inputs, textarea, checkbox, radio)Danilo M.2-0/+1258
2026-04-16fix: header sticky positioning regressionDanilo M.1-0/+4
2026-04-16fix: add x-cloak to prevent menu flash on page loadDanilo M.2-0/+11
2026-04-16fix: rewrite hamburger menu using Alpine.js event dispatcherDanilo M.1-17/+9
2026-04-16fix: hamburger menu click handler and horizontal scroll issuesDanilo M.2-1/+10
2026-04-16feat: add breadcrumb navigation componentDanilo M.2-0/+38
2026-04-16feat: add header nav and hamburger menu styling with JS handlersDanilo M.2-0/+68
2026-04-16feat: add card component with hover lift and glow effectsDanilo M.2-28/+362
2026-04-16feat: import 36 articles with assets and create supporting shortcodesDanilo M.1-4/+47
2026-04-16refactor: remove footer-specific backdrop-filter rule for consistencyDanilo M.2-13/+0
2026-04-16refactor: use frosted-bar class on footer with stronger blur variantDanilo M.2-8/+4
2026-04-16fix: add position and z-index to footer for backdrop-filter to workDanilo M.2-0/+8
2026-04-16fix: add backdrop-filter blur to footer via CSS with vendor prefixDanilo M.2-6/+8
2026-04-16test: set footer background to fully opaque (1) to debug stylingDanilo M.2-9/+6
2026-04-16fix: add frosted-bar-strong class to footer for stronger frosting and opacityDanilo M.2-5/+7
2026-04-16fix: increase footer backdrop blur from 10px to 20px for stronger frosting ef...Danilo M.2-4/+5
2026-04-16fix: increase footer opacity to 0.88 for better visual balance with headerDanilo M.2-0/+11
2026-04-16fix: reduce frosted-bar background opacity from 0.92 to 0.75 for better reada...Danilo M.2-2/+2
2026-04-16refactor: remove border from frosted-bar component, let templates control bor...Danilo M.2-1/+27
2026-04-16refactor: extract bg2 RGBA values to CSS variables for frosted-bar componentDanilo M.1-5/+4
2026-04-16feat: add frosted-bar CSS component for header and footerDanilo M.1-0/+12
2026-04-16Add padding and glow effects to content sectionsfeature/matrix-rain-backgroundDanilo M.2-0/+34
2026-04-16Complete matrix rain background effect implementationDanilo M.3-0/+249
2026-04-15Implement article type colors, reading progress bar, and optimize layoutDanilo M.2-5/+139
2026-04-15Fix theme toggle icon to always sync with actual page themeDanilo M.1-14/+23
2026-04-15Fix design system compliance: CSS variables, accessibility, and theme systemDanilo M.3-51/+302
2026-04-15Complete multilingual theme implementation with language-aware menusDanilo M.3-31/+116
2026-04-15Extract contact form JavaScript to separate file and remove shortcode from co...Danilo M.2-30/+45
2026-04-15Remove Alpine.js dependency from menu toggle, use vanilla JavaScriptDanilo M.1-19/+20
2026-04-15Fix Hugo v0.160 compatibility: remove os.Getenv and fix template syntaxDanilo M.2-0/+106
2026-04-15Set up Tailwind CSS build pipeline and bilingual homepage contentDanilo M.2-1/+1911
2026-04-15feat: create language switcher with persistenceDanilo M.1-0/+24