summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-04-21fix: use href for deterministic hash and increase padding for safetyDanilo M.1-2/+2
2026-04-21feat: load tag-cloud-spiral.js via Hugo PipesDanilo M.1-0/+4
2026-04-21fix: correct maxBottom initialization to handle negative coordinatesDanilo M.1-1/+1
2026-04-21fix: correct padding calculation and remove flex classes in spiral layoutDanilo M.1-3/+4
2026-04-21feat: add Archimedean spiral layout engine for tag cloudDanilo M.1-0/+121
2026-04-21feat: add overflow visible to tag-cloud containerDanilo M.2-0/+2
2026-04-21feat: add data-weight and data-tag-cloud attributes to tag cloud partialDanilo M.1-2/+3
2026-04-21docs: add tag cloud spiral implementation planDanilo M.1-0/+336
2026-04-21docs: add tag cloud spiral layout design specDanilo M.1-0/+79
2026-04-21build: regenerate CSS and fix tag cloud color renderingDanilo M.2-5/+8
2026-04-21feat: simplify tag cloud CSS for continuous scalingDanilo M.1-20/+3
2026-04-21feat: replace tier-based sizing with continuous scaling in tag cloudDanilo M.1-13/+8
2026-04-21feat: add topTags i18n keys for sidebar labelDanilo M.2-0/+2
2026-04-21feat: Add reusable tag cloud partial with A11y and dark/light mode supportDanilo M.9-0/+244
2026-04-21fix: improve badge text color contrast for WCAG AA complianceDanilo M.4-3/+46
2026-04-21fix: hide post-type badge and accents on static pagesDanilo M.2-4/+6
2026-04-21chore: adding files for agentic content writingDanilo M.8-138/+316
2026-04-21feat: Add SEO meta tags — canonical and hreflang alternatesDanilo M.2-0/+19
2026-04-21Updated TODO.Danilo M.3-2/+105
2026-04-21fix: use dedicated article-card partial for taxonomy pagesDanilo M.3-4/+96
2026-04-21revert: restore taxonomy templates to card-stack layout with post-count badgeDanilo M.2-51/+61
2026-04-21fix: correct mobile connector/node geometry accounting for ol paddingDanilo M.2-14/+40
2026-04-21fix: correct timeline layout bugs — desktop stacking, connector geometry, t...Danilo M.2-111/+88
2026-04-21docs: add timeline articles list design specDanilo M.1-0/+76
2026-04-21build: rebuild CSS for timeline layoutDanilo M.1-79/+250
2026-04-21feat: use timeline container in taxonomy list and term templatesDanilo M.2-61/+51
2026-04-21feat: use timeline container in default list templateDanilo M.1-26/+26
2026-04-21feat: rewrite article-list-item as timeline card partialDanilo M.1-76/+78
2026-04-21fix: add type-color CSS variants for timeline elementsDanilo M.2-0/+79
2026-04-21feat: add timeline CSS component classesDanilo M.2-0/+226
2026-04-21chore: add back-to-top button planning and design docs, update local settingsDanilo M.3-1/+359
2026-04-20chore: mark back-to-top button as complete in TODODanilo M.1-2/+2
2026-04-20build: rebuild CSS for back-to-top buttonDanilo M.1-0/+46
2026-04-20fix: correct Tailwind class in back-to-top button CSS (justify-center)Danilo M.1-1/+1
2026-04-20feat: include back-to-top button on single pagesDanilo M.1-0/+1
2026-04-20feat: add back-to-top partial with Alpine.js and i18nDanilo M.3-0/+25
2026-04-20fix: use theme variables for .back-to-top colors instead of hardcoded valuesDanilo M.1-2/+3
2026-04-20style: add .back-to-top component classDanilo M.2-0/+19
2026-04-20fix: resolve mobile viewport overflow on article pagesDanilo M.3-7/+23
2026-04-20updated i18n files in theme to reflect new variables added. Updated TODO and ...Danilo M.4-13/+19
2026-04-20fix: sync footer styling and i18n translationsDanilo M.3-54/+256
2026-04-20fix: make prev-next navigation responsive on mobileDanilo M.3-10/+19
2026-04-20fix: make search index language-awareDanilo M.1-2/+6
2026-04-20fix: add x-data directive to search button for Alpine.js bindingDanilo M.1-0/+1
2026-04-20docs: week 8 search functionality [feature complete]Danilo M.0-0/+0
2026-04-20test: verify search functionality across desktop, mobile, and 404Danilo M.3-8/+17
2026-04-20refactor: unify 404 page with shared search functionalityDanilo M.3-61/+7
2026-04-20feat: add search-related i18n keys for EN and ITDanilo M.2-0/+6
2026-04-20feat: include search modal and script in base templateDanilo M.1-0/+7
2026-04-20feat: integrate search bar into mobile hamburger menuDanilo M.1-0/+37