Example YAML Page

example page driven by YAML content.

This page is driven by YAML data in edit/data/example_page.yml and rendered by _pages/example-yaml.md.

Section Title + Body

Use title for the section heading and body for text. The body supports Markdown, so you can include emphasis, lists, and inline code.

To make the title a link, set title_link in YAML. The hover color is controlled by the theme CSS (matching the Service page style), which uses the theme link color on hover.

Hyperlinks

Add links as an array and render them as a list.

Images (Zoom Enabled)

These images use zoom: true so they open with the zoom effect.

Zoomable image example (1.jpg)

This is an example sentence between images to show spacing and flow.

Zoomable image example (2.jpg)

Images (No Zoom)

These images omit zoom, so they stay static.

Static image example (3.jpg)

Another paragraph between photos to demonstrate layout behavior.

Static image example (4.jpg)

Image Locations + Paths

Store image files in assets/img/. Reference them in YAML as /assets/img/your-file.jpg.

Image Sizes (Fixed, Max-Width, Percentage)

You can control image size with width, height, or max_width. These examples show fixed pixel sizes and a max width constraint.

Fixed width/height (300x200)
Max width constraint (max 400px)

Text Wrap (Left / Right / Center)

These examples show how to wrap text around images by floating them left or right. Centered images do not wrap; they sit above the text.

Float left with text wrap

This text wraps around the image floated to the left. Use wrap: left and a fixed width to control the layout.

Float right with text wrap

This text wraps around the image floated to the right. Use wrap: right and a fixed width to control the layout.

Centered image (no wrap)

Centered images do not wrap text. Use wrap: center to keep the image centered with the text below it.

Left-Aligned Section Title

This section uses the icl-section-title class (same as the Mission Statement page). Set title_class: icl-section-title in YAML to get a left-aligned title with an underline.

Left-Aligned Title (No Underline)

Use title_class: section-title-no-line to keep the title left-aligned without the underline, while still using theme text colors.