From 8d2eeddc4b09935d0897f33a372347206446ab27 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 5 Jul 2021 21:10:48 -0400 Subject: [PATCH] Add test post to demo site --- .../2012-03-12-layout-external-hero-image.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/_posts/2012-03-12-layout-external-hero-image.md diff --git a/docs/_posts/2012-03-12-layout-external-hero-image.md b/docs/_posts/2012-03-12-layout-external-hero-image.md new file mode 100644 index 0000000..b0f24df --- /dev/null +++ b/docs/_posts/2012-03-12-layout-external-hero-image.md @@ -0,0 +1,28 @@ +--- +title: "Layout: External Hero Image" +image: + path: https://source.unsplash.com/random/1024x600 + thumbnail: https://source.unsplash.com/random/400x300 +categories: + - Layout +tags: + - content + - image + - layout +last_modified_at: 2017-03-17T10:46:49-04:00 +--- + +This post should display a large hero image at the top of a page. + +This post tests a horizontal image using the following YAML Front Matter: + +```yaml +image: https://source.unsplash.com/random/1024x600 +``` + +Hero images can also be assigned like this: + +```yaml +image: + path: https://source.unsplash.com/random/1024x600 +```