]> danix's work - danix2-hugo-theme.git/commit
feat: import all remaining shortcodes from previous theme
authorDanilo M. <redacted>
Sun, 5 Apr 2026 07:42:46 +0000 (09:42 +0200)
committerDanilo M. <redacted>
Sun, 5 Apr 2026 07:42:46 +0000 (09:42 +0200)
commit86315cada2d2d37c93bd41869aedc92db0f36363
tree304d0c351e2971ad99be73ca6908cd6f78159d43
parent7de9682e8f3d6a1a6819c1a26c332ff72dbeaaa4
feat: import all remaining shortcodes from previous theme

Added 11 additional shortcodes with complete documentation:

Text formatting:
- strike: strikethrough text
- em: highlighted/marked text
- dropcap: paragraph with decorative drop cap

Container wrappers:
- div / div-close: semantic div containers with classes

Gallery:
- gallery: gallery container
- gal-img: gallery images (400px WebP thumbnail with link)

Utility:
- svg: inline SVG icons from assets/SVGs/
- actions: button-style action links
- search: search form with results display
- contact: comprehensive contact form

All shortcodes now fully documented in CONTENT_GUIDE with usage examples and parameters.

Co-Authored-By: Claude Haiku 4.5 <redacted>
12 files changed:
CONTENT_GUIDE.md
layouts/shortcodes/actions.html [new file with mode: 0644]
layouts/shortcodes/contact.html [new file with mode: 0644]
layouts/shortcodes/div-close.html [new file with mode: 0644]
layouts/shortcodes/div.html [new file with mode: 0644]
layouts/shortcodes/dropcap.html [new file with mode: 0644]
layouts/shortcodes/em.html [new file with mode: 0644]
layouts/shortcodes/gal-img.html [new file with mode: 0644]
layouts/shortcodes/gallery.html [new file with mode: 0644]
layouts/shortcodes/search.html [new file with mode: 0644]
layouts/shortcodes/strike.html [new file with mode: 0644]
layouts/shortcodes/svg.html [new file with mode: 0644]