summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/layouts/partials/social-share.html
AgeCommit message (Collapse)AuthorFilesLines
2026-04-22chore: extract theme into git submodule (danix2-hugo-theme)Danilo M.1-123/+0
2026-04-18style: unify sidebar widget styling with bash comment prefixDanilo M.1-2/+2
All sidebar widgets (author, share, related posts) now use: - Unified .sidebar-widget container (no box, only top border via <hr>) - .sidebar-widget-label with # prefix (bash comment style) - Monospace, dimmed, small text for consistency Previously, share widget used a different style (full box with borders). Author and Related Posts widgets now match the hacker aesthetic. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-18fix: use explicit 50px column grid for share icons so sidebar always shows ↵Danilo M.1-1/+1
5+4 layout
2026-04-18style: display social share icons in 5-column grid on sidebar (5+4 rows)Danilo M.1-1/+1
2026-04-18style: redesign social share widget with terminal-native aestheticDanilo M.1-24/+24
Replace generic card + h3 + round buttons with a minimal separator line, mono comment label, and square btn-share buttons that match the site's hacker identity. Icons scaled to 22px inside 50x50px touch targets. Hover/focus states use the site's accent glow pattern.
2026-04-18style: resize social share icons to 50px and tighten grid gapDanilo M.1-12/+12
2026-04-17feat: add social-share partial with 9 targets and two layout modesDanilo M.1-0/+123