From 6b4a945ad2efa1a71cb7dc46c350af4cc98282d4 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 24 May 2013 14:30:56 -0400 Subject: [PATCH] Add link to lovetextures.com --- theme-setup.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/theme-setup.md b/theme-setup.md index a26982cb..6c84a4d3 100644 --- a/theme-setup.md +++ b/theme-setup.md @@ -57,7 +57,7 @@ There are two main content layouts: *post.html* (for posts) and *page.html* (for #### Feature Images -A good rule of thumb is to keep feature images nice and wide so you don't push the body text too far down. An image cropped around around 1024 x 512 pixels will keep file size down with an acceptable resolution for most devices. On my personal site I use [Picturefill](https://github.com/scottjehl/picturefill) to serve the same image responsively in four different flavors (small, medium, large, and extra large). In the interest of keeping things simple with this theme I left that script out, but you can certainly [add it back in](https://github.com/mmistakes/made-mistakes#articles-and-pages) or give [Adaptive Images](http://adaptive-images.com/) a try. +A good rule of thumb is to keep feature images[^2] nice and wide so you don't push the body text too far down. An image cropped around around 1024 x 512 pixels will keep file size down with an acceptable resolution for most devices. On my personal site I use [Picturefill](https://github.com/scottjehl/picturefill) to serve the same image responsively in four different flavors (small, medium, large, and extra large). In the interest of keeping things simple with this theme I left that script out, but you can certainly [add it back in](https://github.com/mmistakes/made-mistakes#articles-and-pages) or give [Adaptive Images](http://adaptive-images.com/) a try. The two layouts make the assumption that the feature images live in the *images* folder. To add a feature image to a post or page just include the filename in the front matter like so. @@ -100,4 +100,6 @@ Not sure if this only effects Kramdown or if it's an issue with Markdown in gene ~~~ -[^1]: Used to generate absolute urls in *sitemap.xml*, *feed.xml*, and for canonical urls in *head.html*. Don't include a trailing `\` in your base url ie: http://mademistakes.com. When developing locally remove or comment out this line so local css, js, and images are used. \ No newline at end of file +[^1]: Used to generate absolute urls in *sitemap.xml*, *feed.xml*, and for canonical urls in *head.html*. Don't include a trailing `\` in your base url ie: http://mademistakes.com. When developing locally remove or comment out this line so local css, js, and images are used. + +[^2]: Feature images supplied by [Love Textures](http://www.lovetextures.com/) \ No newline at end of file