summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/layouts
AgeCommit message (Expand)AuthorFilesLines
2026-04-20refactor: localize footer copyright bar and about section labels/valuesDanilo M.1-11/+11
2026-04-20feat: redesign footer with fortune cookie, about terminal readout, and tech/f...Danilo M.1-22/+65
2026-04-18feat: add prev/next article navigation with shell prompt styleDanilo M.3-0/+62
2026-04-18refine: use lampD.png only for homepage, default_thumbnail_dark.png for articlesDanilo M.1-2/+4
2026-04-18chore: use lampD.png as default OG thumbnail instead of default_thumbnail_dar...Danilo M.1-2/+2
2026-04-18feat: add Open Graph and Twitter Card meta tags for social sharingDanilo M.2-5/+39
2026-04-18feat: theme-aware default thumbnails with picture elementDanilo M.1-1/+16
2026-04-18removed all occurrencies of the highlight shortcode. File removed.Danilo M.1-3/+0
2026-04-18fix: remove whitespace gaps and restore font size in code blocksDanilo M.1-2/+2
2026-04-18fix: code block copy icon, light theme bg, horizontal scrollDanilo M.1-2/+2
2026-04-18refactor: syntax highlighting with Catppuccin Macchiato and copy buttonsDanilo M.2-0/+29
2026-04-18consolidated duplicated shortcodes. Initial fix of the content files. Manual ...Danilo M.6-67/+49
2026-04-18fix: enable related articles widget on article pagesDanilo M.1-1/+1
2026-04-18style: unify sidebar widget styling with bash comment prefixDanilo M.2-6/+9
2026-04-18feat: add // prefix to H2–H6 headings in proseDanilo M.1-0/+5
2026-04-18fix: use explicit 50px column grid for share icons so sidebar always shows 5+...Danilo M.1-1/+1
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
2026-04-18style: resize social share icons to 50px and tighten grid gapDanilo M.1-12/+12
2026-04-17feat: embed social sharing widget inline on repository pageDanilo M.1-0/+5
2026-04-17feat: add social sharing widget to sidebar (articles and pages)Danilo M.1-0/+3
2026-04-17feat: add social-share partial with 9 targets and two layout modesDanilo M.1-0/+123
2026-04-17fix: show Related Articles widget only on articles, not pagesDanilo M.1-2/+2
2026-04-17feat: implement Related Articles sidebar widgetDanilo M.1-7/+28
2026-04-17fix: implement proper language-specific 404 layoutsDanilo M.2-8/+155
2026-04-17fix: use content-based 404 pages with proper language contextDanilo M.2-168/+21
2026-04-17fix: use language-specific 404 layouts with hardcoded stringsDanilo M.2-13/+164
2026-04-17fix: simplify 404 page to use Hugo's standard i18n without hacksDanilo M.1-9/+4
2026-04-17Revert "fix: use language-specific 404 layouts for proper i18n support"Danilo M.2-155/+9
2026-04-17fix: use language-specific 404 layouts for proper i18n supportDanilo M.2-9/+155
2026-04-17Revert "fix: detect language server-side in 404 template for proper translati...Danilo M.1-48/+13
2026-04-17fix: detect language server-side in 404 template for proper translationsDanilo M.1-13/+48
2026-04-17fix: use client-side language detection with redirect rules for 404 navigationDanilo M.1-3/+3
2026-04-17Revert "fix: use Hugo content-based 404 pages for proper multilingual support"Danilo M.1-8/+9
2026-04-17fix: use Hugo content-based 404 pages for proper multilingual supportDanilo M.1-9/+8
2026-04-17fix: use client-side language detection for 404 navigation linksDanilo M.1-12/+9
2026-04-17fix: detect language from permalink instead of .Lang in 404 templateDanilo M.1-6/+10
2026-04-17fix: use language-aware URL construction for 404 navigation linksDanilo M.1-3/+7
2026-04-17fix: easter egg modal visibility by removing conflicting hidden classDanilo M.1-2/+2
2026-04-17fix: add type="button" to all buttons to prevent form submission behaviorDanilo M.1-0/+4
2026-04-17fix: simplify Alpine.js component initialization by loading articles data dir...Danilo M.1-1/+1
2026-04-17fix: correct Alpine.js x-init syntax for article data initializationDanilo M.1-1/+1
2026-04-17fix: refactor 404 page to use Alpine.data() pattern for proper function regis...Danilo M.2-39/+16
2026-04-17fix: move notFoundPage() function definition before x-data initialization to ...Danilo M.1-40/+43
2026-04-17fix: improve styling and functionality for 404 and Repository pagesDanilo M.2-35/+36
2026-04-17Fix styling issues on 404 and Repository pagesDanilo M.2-11/+12
2026-04-17test: verify repository page content, cards, keyboard nav, dark mode, responsiveDanilo M.1-0/+0
2026-04-17feat: add custom repository page layout with repo cards gridDanilo M.1-0/+69
2026-04-17feat: create 404 error page with search, recent articles, and easter eggDanilo M.1-0/+169
2026-04-17feat: verify semantic HTML - replace div with button in toast-closeDanilo M.1-1/+1