Skip to content

Commit

Permalink
Document image credits (for feature images)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Aug 5, 2013
1 parent 4412636 commit 382e9a3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion theme-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 382e9a3

Please sign in to comment.