| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-04-05 | feat: add figure shortcode and documentation | Danilo M. | 1 | -0/+54 | |
| Ported figure shortcode from previous theme. Wraps content in semantic <figure> element with optional title, caption, attribution, and link support. Typical usage: {{< figure caption="Image caption" attr="Photo by Someone" >}} {{< img src="image.jpg" alt="Description" >}} {{< /figure >}} Also updated CONTENT_GUIDE with comprehensive usage examples and parameters. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> | |||||
| 2026-04-05 | docs: add shortcode documentation to CONTENT_GUIDE | Danilo M. | 1 | -0/+118 | |
| Document the three available shortcodes: - img: responsive images with LQIP and WebP support - quote: styled blockquotes with optional source attribution - gravatar: profile image embedding with optional caption and link Includes usage examples, parameters, and configuration options. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> | |||||
| 2026-04-05 | docs: add comprehensive content organization guide | Danilo M. | 1 | -0/+533 | |
