small copy tweaks and add screenshot
authorMark Otto <otto@github.com>
Tue, 31 Dec 2013 00:11:40 +0000 (16:11 -0800)
committerMark Otto <otto@github.com>
Tue, 31 Dec 2013 00:11:40 +0000 (16:11 -0800)
README.md
_config.yml

index df9a7933de10bc2c4c5ca8c3ef1f0057aa61d463..8c4ebb39e1cd20e08e9ce2c0242bfca7b13f0170 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ There are currently two themes built on Poole:
 * [Hyde](http://hyde.getpoole.com)
 * [Lanyon](http://lanyon.getpoole.com)
 
+![Poole](https://f.cloud.github.com/assets/98681/1825252/f61f1fec-71af-11e3-8e90-fdd031b64308.png)
+
 
 ## Usage
 
@@ -48,7 +50,7 @@ Poole includes some customizable options, typically applied via classes on the `
 
 ### Rems, `font-size`, and scaling
 
-Poole is built almost entirely with `rem`s (instead of pixels like Hyde 1.1.x). `rem`s are like `em`s, but instead of building on the immediate parent's `font-size`, they build on the root element, `<html>`.
+Poole is built almost entirely with `rem`s (instead of pixels). `rem`s are like `em`s, but instead of building on the immediate parent's `font-size`, they build on the root element, `<html>`.
 
 By default, we use the following:
 
@@ -57,7 +59,7 @@ html {
   font-size: 16px;
   line-height: 1.5;
 }
-@media (min-width: 48rem) { /* ~768px */
+@media (min-width: 38rem) {
   html {
     font-size: 20px;
   }
index f0f356c17509ed3fb055bd5992120cda78bc9929..edf183477ef361f6e43c04155719fa0bdf0700dc 100644 (file)
@@ -7,7 +7,7 @@ permalink:        pretty
 
 # Setup
 title:            Poole
-tagline:          'The Jekyll butler'
+tagline:          'The Jekyll Butler'
 description:      'Base theme for Jekyll themes by @mdo.'
 url:              http://getpoole.com
 
@@ -21,4 +21,4 @@ paginate:         5
 version:          1.0.0
 
 github:
-  repo:           https://github.com/poole
+  repo:           https://github.com/poole/poole