Gallery2

Gallery

placeholder image 5 placeholder image 6 placeholder image 7 placeholder image 8 placeholder image 9 placeholder image 10 placeholder image 11 placeholder image 12 placeholder image 12
This is a sample gallery with Markdown support.

This is some text after the gallery just to make sure that everything aligns properly.

Here comes another gallery, this time set the id to match 2nd gallery hash in YAML Front Matter.

gallery2:
  - url: https://flic.kr/p/8a6Ven
    image_path: https://farm2.staticflickr.com/1272/4697500467_8294dac099_q.jpg
    alt: "Black and grays with a hint of green"
  - url: https://flic.kr/p/8a738X
    image_path: https://farm5.staticflickr.com/4029/4697523701_249e93ba23_q.jpg
    alt: "Made for open text placement"
  - url: https://flic.kr/p/8a6VXP
    image_path: https://farm5.staticflickr.com/4046/4697502929_72c612c636_q.jpg
    alt: "Fog in the trees"

And place it like so:

{% include gallery id="gallery2" caption="This is a second gallery example with images hosted externally." %}
Black and grays with a hint of green Made for open text placement Fog in the trees
This is a second gallery example with images hosted externally.

And for giggles one more gallery just to make sure this works. To fill page content container add class="full".

placeholder image 2 placeholder image 4
This is a third gallery example with two images and fills the entire content container.

Gallery column layout can be overrided by setting a layout.

{% include gallery id="gallery" layout="half" caption="This is a half gallery layout example." %}
placeholder image 5 placeholder image 6 placeholder image 7 placeholder image 8 placeholder image 9 placeholder image 10 placeholder image 11 placeholder image 12 placeholder image 12
This is a half gallery layout example.

Minimal Mistakes Splash Page Example

website

source

Nullam suscipit et nam, tellus velit pellentesque at malesuada, enim eaque. Quis nulla, netus tempor in diam gravida tincidunt, proin faucibus voluptate felis id sollicitudin. Centered with type="center"

placeholder image 1

Placeholder 1

This is some sample content that goes here with Markdown formatting.

placeholder image 2

Placeholder 2

This is some sample content that goes here with Markdown formatting.

Read More

Placeholder 3

This is some sample content that goes here with Markdown formatting.

placeholder image 2

Placeholder Image Left Aligned

This is some sample content that goes here with Markdown formatting. Left aligned with type="left"

Read More

placeholder image 2

Placeholder Image Right Aligned

This is some sample content that goes here with Markdown formatting. Right aligned with type="right"

Read More

placeholder image 2

Placeholder Image Center Aligned

This is some sample content that goes here with Markdown formatting. Centered with type="center"

Read More