Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 7325c77

Browse files
committed
Add page.image example post
1 parent cea27df commit 7325c77

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Post: Image"
3+
image: /images/so-simple-sample-image-3.jpg
4+
categories:
5+
- Post Formats
6+
tags:
7+
- content
8+
- image
9+
last_modified_at: 2019-01-08T08:50:52-05:00
10+
---
11+
12+
This post should display a large image at the top of a page.
13+
14+
```yaml
15+
image: /images/so-simple-sample-image-3.jpg
16+
```
17+
18+
Tall images will push content down the page. `1600 x 600` is a good middle-ground size to aim for.

0 commit comments

Comments
 (0)