From ef3ff431e5c3028b764d1938bb552a76c340799c Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Fri, 24 Jun 2011 17:17:35 -0400 Subject: 1. Added html5 video with flash fallback. 2. Added Rack support 3. Disqus support 4. Improved Readme 5. Improved Syntax flexibility and styling 6. Improved blockquote styling --- README.markdown | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index c3556535..e40edf93 100644 --- a/README.markdown +++ b/README.markdown @@ -2,7 +2,7 @@ 2. **Code blogging is easy and beautiful.** Embed code (with [Solarized](http://ethanschoonover.com/solarized) styling) in your posts from gists or from your filesystem. 3. **Third party integration is simple** with built-in support for Twitter, Pinboard, Delicious, Disqus Comments, and Google Analytics. 4. **It's easy to use.** A collection of rake tasks simplifies development and makes deploying a cinch. -5. **Get curated plugins.** Plugins are hand selected from the Jekyll community then tested and improved. +5. **Ships with great plugins** some original and others from the Jekyll community — tested and improved. ## Getting Started @@ -10,8 +10,6 @@ open up a terminal and follow along. If you plan to host your site on [Github Pages](http://pages.github.com) for a user or organization, make sure the repository is named `your_username.github.com` or `your_organization.github.com`. -### Setting up Git - mkdir my_octopress_site cd my_octopress_site git init @@ -26,8 +24,7 @@ repository is named `your_username.github.com` or `your_organization.github.com` git push origin source -### Setting up Octopress -Next, setup an [RVM](http://beginrescueend.com/) and install dependencies. +Next, setup an [RVM](http://beginrescueend.com/) and install dependencies. rvm rvmrc trust bundle install -- cgit v1.2.1