From 382e9a3aa76cdfddef7104c48cd9c5951812af85 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 5 Aug 2013 12:14:16 -0400 Subject: [PATCH] Document image credits (for feature images) --- theme-setup.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/theme-setup.md b/theme-setup.md index 7b12b24..c54671b 100644 --- a/theme-setup.md +++ b/theme-setup.md @@ -108,7 +108,14 @@ image: thumb: thumbnail-image.jpg #keep it square 200x200 px is good {% endhighlight %} -The large texture images used in *Minimal Mistakes* are from [Love Textures](http://lovetextures.com), probably a good idea to swap these out with your own photos... +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. + +{% highlight 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 +{% endhighlight %} #### Categories