| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-04-22 | chore: replace with extracted danix.xyz-hacker theme (danix2-hugo-theme) | Danilo M. | 1 | -27/+0 | |
| 2026-04-05 | fix: use .InnerDeindent in figure shortcode | Danilo M. | 1 | -1/+1 | |
| Changed from .Inner to .InnerDeindent to properly evaluate and dedent inner content when a closing tag is provided. This fixes the Hugo error: 'shortcode "figure" does not evaluate .Inner or .InnerDeindent' Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> | |||||
| 2026-04-05 | feat: add figure shortcode and documentation | Danilo M. | 1 | -0/+27 | |
| 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> | |||||
