diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-06-20 16:44:04 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-06-20 16:44:04 -0400 |
commit | 5d61b463580584755bc6a45ac3212b3b08409dda (patch) | |
tree | 9e112de3ce71622e339f497a76ff8c606551cafd /README.markdown | |
parent | f77db80077d739077becc1618b87818ea42f145c (diff) | |
download | my_new_personal_website-5d61b463580584755bc6a45ac3212b3b08409dda.tar.xz my_new_personal_website-5d61b463580584755bc6a45ac3212b3b08409dda.zip |
1. Updated readme
2. Improved blog typography
3. Improved support for Disqus
4. Removed unnecessary page layout
Diffstat (limited to '')
-rw-r--r-- | README.markdown | 8 |
1 files changed, 7 insertions, 1 deletions
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 |