Documents existing image path functionality for blog posts.

-- updates wallet hero links
This commit is contained in:
Chuck Williams 2017-02-02 02:01:35 -07:00
parent a9349dd78c
commit ead15adb8a
5 changed files with 38 additions and 6 deletions

View file

@ -106,3 +106,10 @@ image: /assets/images/2016/05/Node40-banner.jpg
title: New website for Node40
description: Check out the new website for Node40
```
###Blog Post Images
Image paths for blogs are currently relative to /{language}/assets/img/blog by default. If we replaced the image path from the front matter above with:
```
image: MyImage.jpg
```
... will look for `"MyImage.jpg"` in the `/assets/img/blog` folder.