Zen-Dosha

Image Post Template

Example image
This is an example image

Alt text

Image Usage Examples

Single Images

{% include image.html 
    src="/path/to/image.jpg"
    alt="Alt text" 
    caption="Optional caption"
    width="500" %}
{% include gallery.html 
    gallery=page.gallery 
    columns=3 %}

YAML Front Matter Structure

images:
  - path: /path/to/image.jpg
    caption: "Caption text"
    width: 800
gallery:
  - path: /path/to/image.jpg
    caption: "Caption text"
    thumbnail: /path/to/thumbnail.jpg