summaryrefslogtreecommitdiffstats
path: root/SHORTCODES.md
AgeCommit message (Collapse)AuthorFilesLines
4 daysdocs: update SHORTCODES.md for upgraded actions CTA blockDanilo M.1-40/+32
Documents new `use`, `caption` parameters, icon/behavior mapping table, and updated examples. Removes outdated outclass/inclass usage examples. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 daysfeat: callout shortcode — i18n keys, docs, bump theme submoduleDanilo M.1-3/+124
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22fix: normalize repository list page width to match other list pagesDanilo M.1-1/+1
Changed repository/list.html from max-w-4xl decorative box to max-w-5xl plain wrapper for aesthetic consistency with other pages without sidebars like /articles/. Removed border glow-accent rounded-lg styling and added bg-bg to wrapper to prevent matrix rain showing through card gutters. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-18consolidated duplicated shortcodes. Initial fix of the content files. Manual ↵Danilo M.1-10/+52
review needed
2026-04-15Document video, quote, and actions shortcodes in SHORTCODES.mdDanilo M.1-2/+130
- Add comprehensive Video shortcode documentation with parameters and examples - Document page bundle video resolution for automatic URL generation - Add browser compatibility notes for WebM, MP4, and Ogg formats - Document Quote shortcode with source attribution and optional links - Document Actions shortcode for download buttons and CTAs - Update Future Shortcodes section to reflect implemented features Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-15Allow custom sizing in image shortcodeDanilo M.1-1/+65
- Move w-full h-auto into default class parameter instead of hardcoding - Users can now override sizing with custom class parameter - Default still applies w-full h-auto if no class specified - Update SHORTCODES.md documentation with sizing examples - Add CSS class reference tables for common sizing patterns Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-15Update SHORTCODES.md to reflect contact form shortcode name changeDanilo M.1-3/+3
- Change {{< contact_form >}} → {{< contact >}} in all documentation - Update contributing section with correct theme directory path - Contact shortcode example now matches implementation Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-15docs: create comprehensive shortcodes documentationDanilo M.1-0/+283