summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/layouts
AgeCommit message (Expand)AuthorFilesLines
2026-04-16feat: i18n singular/plural post count on taxonomy listfix/taxonomy-layoutsDanilo M.1-2/+2
2026-04-16feat: add article count badge to taxonomy list itemsDanilo M.1-2/+12
2026-04-16fix: restore articles to taxonomy pages and fix i18n headingsDanilo M.2-2/+18
2026-04-16fix: restore relative z-20 classes to footer for backdrop-filter to workfeature/footer-frosted-glassDanilo M.1-1/+1
2026-04-16refactor: remove positioning classes from footer for consistency with headerDanilo M.1-1/+1
2026-04-16refactor: use frosted-bar class on footer with stronger blur variantDanilo M.1-1/+1
2026-04-16adjust: reduce footer background opacity to 0.6 for better frosted glass visi...Danilo M.1-1/+1
2026-04-16fix: add position and z-index to footer for backdrop-filter to workDanilo M.1-1/+1
2026-04-16fix: add backdrop-filter blur to footer via CSS with vendor prefixDanilo M.1-1/+1
2026-04-16fix: use CSS variables in footer inline styles for theme-aware colorsDanilo M.1-1/+1
2026-04-16fix: apply frosted glass styling to footer via inline styles instead of CSS c...Danilo M.1-1/+1
2026-04-16test: set footer background to red to check if inline styles work at allDanilo M.1-1/+1
2026-04-16test: add inline style to footer background for debuggingDanilo M.1-1/+1
2026-04-16test: set footer background to fully opaque (1) to debug stylingDanilo M.1-1/+1
2026-04-16fix: add frosted-bar-strong class to footer for stronger frosting and opacityDanilo M.1-1/+1
2026-04-16refactor: update internal footer divider to match frosted-bar border stylingDanilo M.1-1/+1
2026-04-16refactor: apply frosted-bar component to footerDanilo M.1-1/+1
2026-04-16refactor: apply frosted-bar component to headerDanilo M.1-1/+1
2026-04-16Complete matrix rain background effect implementationDanilo M.5-5/+14
2026-04-15Implement article type colors, reading progress bar, and optimize layoutDanilo M.5-24/+57
2026-04-15Resolve page bundle video paths using Resources APIDanilo M.1-0/+43
2026-04-15Allow custom sizing in image shortcodeDanilo M.1-2/+2
2026-04-15Fix article shortcode issues and add actions shortcodeDanilo M.1-0/+19
2026-04-15Resolve page bundle image paths correctlyDanilo M.1-2/+12
2026-04-15Fix article list template to display articles without pinned parameterDanilo M.1-0/+8
2026-04-15Add thumbnail support to article listingsDanilo M.2-28/+59
2026-04-15Implement taxonomy system for tags and categoriesDanilo M.3-0/+84
2026-04-15Fix theme toggle icon to always sync with actual page themeDanilo M.1-11/+2
2026-04-15Fix theme toggle icon state sync on page navigationDanilo M.1-2/+9
2026-04-15Fix design system compliance: CSS variables, accessibility, and theme systemDanilo M.10-15/+22
2026-04-15Complete multilingual theme implementation with language-aware menusDanilo M.7-30/+52
2026-04-15Fix gravatar shortcode and about page ref linksDanilo M.1-1/+1
2026-04-15Fix contact form shortcode: rename from contact-form.html to contact.htmlDanilo M.1-2/+0
2026-04-15Extract contact form JavaScript to separate file and remove shortcode from co...Danilo M.2-47/+4
2026-04-15Fix language switcher to preserve current page pathDanilo M.2-4/+26
2026-04-15Add language toggle to desktop headerDanilo M.1-1/+18
2026-04-15Remove Alpine.js dependency from menu toggle, use vanilla JavaScriptDanilo M.1-3/+1
2026-04-15Fix Hugo v0.160 compatibility: remove os.Getenv and fix template syntaxDanilo M.1-10/+13
2026-04-15Fix shortcode location: move from shortcodes/ to layouts/shortcodes/Danilo M.5-4/+173
2026-04-15Set up Tailwind CSS build pipeline and bilingual homepage contentDanilo M.2-3/+3
2026-04-15feat: create Tech article type template (uses Chroma for syntax)Danilo M.1-0/+3
2026-04-15feat: create Quote article type templateDanilo M.1-0/+15
2026-04-15feat: create Link article type template with external buttonDanilo M.1-0/+17
2026-04-15feat: create Photo article type templateDanilo M.1-0/+18
2026-04-15feat: create Life article type templateDanilo M.1-0/+3
2026-04-15feat: create article type dispatcher templateDanilo M.1-0/+36
2026-04-15feat: add article header and sidebar partials supporting single article templateDanilo M.2-0/+75
2026-04-15feat: create single article template with sidebarDanilo M.1-0/+36
2026-04-15feat: create article list item with type badges and pinned indicatorDanilo M.1-0/+40
2026-04-15feat: create articles list with pinned post supportDanilo M.1-0/+31