summaryrefslogtreecommitdiffstats
path: root/layouts
AgeCommit message (Expand)AuthorFilesLines
2026-05-14fix: remove defer from pkg-list/pkg-changelog scripts (race with Alpine)HEADmasterDanilo M.1-2/+2
2026-05-14fix: resolve post-review issues in pkg-list shortcodeDanilo M.2-14/+18
2026-05-14feat: load pkg-list and pkg-changelog JS in baseof.htmlDanilo M.1-0/+6
2026-05-14feat: add pkg-changelog shortcode templateDanilo M.1-0/+45
2026-05-14feat: add pkg-list shortcode templateDanilo M.1-0/+70
2026-05-13feat: add glitch effect to taxonomy list and term page H1sDanilo M.3-7/+3
2026-05-13feat: add glitch effect to article list page H1Danilo M.2-4/+2
2026-05-11fix: use i18n heroGreeting key for hero H1 textDanilo M.1-1/+1
2026-05-11feat: hero name glitch effect on homepageDanilo M.2-22/+19
2026-05-08refactor: move contribution graph to footer full-width row, centeredDanilo M.3-10/+4
2026-05-08fix: move contribution-graph script to baseof, remove from partialDanilo M.2-5/+4
2026-05-08fix: guard against double JS execution and fix partial page contextDanilo M.1-3/+7
2026-05-08feat: add contribution graph widgetDanilo M.3-0/+27
2026-05-04fix: add not-prose to cta-block to prevent prose link color overrideDanilo M.1-1/+1
2026-05-04feat: upgrade actions shortcode to CTA block componentDanilo M.1-7/+16
2026-04-30security: add SRI integrity hashes and pin CDN versionsDanilo M.1-4/+4
2026-04-30fix: defer twemoji-init script to match CDN load orderDanilo M.1-1/+1
2026-04-30fix: defer Twemoji CDN script load to avoid render blockingDanilo M.1-1/+1
2026-04-30feat: load Twemoji CDN and init script on article pagesDanilo M.1-0/+7
2026-04-30fix: read excerpt frontmatter param in article listingsDanilo M.3-3/+3
2026-04-29feat: add callout shortcode (note/tip/info/warning/danger/success)Danilo M.1-0/+15
2026-04-29feat: support external links in main menu with A11y new-tab labelDanilo M.1-1/+4
2026-04-29fix: add obsolete banner to articles templateDanilo M.1-0/+3
2026-04-29feat: add obsolete article bannerDanilo M.2-0/+25
2026-04-29fix: remove orphaned top border from article navDanilo M.1-1/+1
2026-04-29feat: consolidate article metadata into sidebar widgetDanilo M.2-43/+21
2026-04-28fix: add aria-hidden to decorative feather icons, align type badge with heade...Danilo M.2-9/+9
2026-04-28feat: expand author widget to article stats (words, reading time, type)Danilo M.1-5/+40
2026-04-28fix: update deprecated .Site.Languages and .Site.Data APIs to site.Languages ...Danilo M.5-5/+6
2026-04-28fix: remove extra template end tagDanilo M.1-1/+0
2026-04-28fix: single repo centered via Hugo conditional, grid for 2+ reposDanilo M.1-1/+6
2026-04-28feat: adaptive repo grid with CSS auto-fit and :only-child centeringDanilo M.1-2/+2
2026-04-22chore: replace with extracted danix.xyz-hacker theme (danix2-hugo-theme)Danilo M.75-929/+2430
2026-04-10feat: conditionally show progress-bar only on single articles and pagesDanilo M.1-1/+3
2026-04-10fix: move canvas from baseof to hero section onlyDanilo M.1-1/+0
2026-04-10fix: add missing matrix canvas element to hero sectionDanilo M.1-0/+1
2026-04-10feat: align homepage to mockup-a with centered hero, terminal animation, arti...Danilo M.3-61/+97
2026-04-10feat: complete Hugo theme implementation from mockupsDanilo M.16-100/+434
2026-04-05fix: use excerpts instead of full content in article cardsDanilo M.2-2/+13
2026-04-05fix: use articles section to properly detect and display articlesDanilo M.1-3/+8
2026-04-05fix: restore article display on homepageDanilo M.1-18/+4
2026-04-05fix: resolve matrix rain opacity, menu styling, and featured articlesDanilo M.1-6/+18
2026-04-05fix: remove contact and search shortcodesDanilo M.2-71/+0
2026-04-05feat: import all remaining shortcodes from previous themeDanilo M.11-0/+117
2026-04-05feat: add video shortcode and documentationDanilo M.1-0/+37
2026-04-05fix: use .InnerDeindent in figure shortcodeDanilo M.1-1/+1
2026-04-05feat: add figure shortcode and documentationDanilo M.1-0/+27
2026-04-05feat: add img shortcode templateDanilo M.1-0/+84
2026-04-05feat: add quote shortcode templateDanilo M.1-0/+19
2026-04-05feat: add gravatar shortcode templateDanilo M.1-0/+52