From 5d61b463580584755bc6a45ac3212b3b08409dda Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Mon, 20 Jun 2011 16:44:04 -0400 Subject: 1. Updated readme 2. Improved blog typography 3. Improved support for Disqus 4. Removed unnecessary page layout --- README.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 3fa72f54..9b6c5ce4 100644 --- a/README.markdown +++ b/README.markdown @@ -42,7 +42,13 @@ which tells Jekyll how to processes posts and pages. Octopress adds some custom paramaters to give you more publishing flexibility and you can [read about those here](#include_link), but for now. Go ahead and type up a sample post or use some [inspired filler](http://baconipsum.com/). -### Generate Your Blog +{% pullquote %} + When writing longform posts, I find it helpful to include pullquotes, which help those scanning a post discern whether or not a post is helpful. + It is important to note, {" pullquotes are merely visual in presentation and should not appear twice in the text. "} That is why it is prefered + to use a CSS only technique for styling pullquotes. +{% endpullquote %} + +## Generate Your Blog rake preview -- cgit v1.2.1