From 4412636f5d0c5890c13dc46bc23e1b574a82bf28 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 5 Aug 2013 12:12:04 -0400 Subject: [PATCH] Document image credits (for feature images) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c4c2bb6..6342400 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,15 @@ image: thumb: thumbnail-image.jpg #keep it square 200x200 px is good ``` +If you want to apply attribution to a feature image use the following YAML front matter on posts or pages. Image credits appear directly below the feature image with a link back to the original source. + +``` yaml +image: + feature: feature-image-filename.jpg + credit: Michael Rose #name of the person or site you want to credit + creditlink: http://mademistakes.com #url to their site or licensing +``` + #### Categories In the sample `_posts` folder you may have noticed `category: articles` in the front matter. I like keeping all posts grouped in the same folder. If you decide to rename or add categories you will need to modify the permalink in `articles.md` along with the filename (if renaming).