Browse code

fixed links and descriptions in the readme

B Mathis authored on 13/11/2009 at 18:59:20
Showing 1 changed files
... ...
@@ -3,8 +3,8 @@ Octopress gives developers a well designed starting point for a Jekyll blog. It'
3 3
 
4 4
 #### Octopress comes with
5 5
 1. A nice, easy to configure theme that focuses on readability.
6
-2. Built in support for Twitter, Delicious, and Disqus Comments.
7
-3. Rake tasks that make development fast, and deployment easy.
6
+2. Built in support for Twitter, Delicious, Disqus Comments, Google Analytics, and Custom Search.
7
+3. Rake tasks that make development fast, and deploying easy.
8 8
 
9 9
 ## Why?
10 10
 1. Building a Jekyll blog from scratch is a lot of work.
... ...
@@ -29,7 +29,7 @@ Setup is really simple.
29 29
     sudo gem install serve
30 30
 3. Run <code>rake preview</code> to build the site and preview it in a local webserver.
31 31
 
32
-You'll want to change some settings, so check out the [Setup & Configurations wiki page](http://wiki.github.com/imathis/octopress/setup-configuration)
32
+You'll want to change some settings, so check out the wiki for [Setup & Configurations](http://wiki.github.com/imathis/octopress/setup-configuration).
33 33
 
34 34
 ## Usage
35 35
 Octopress is almost like a front-end for Jekyll. It provides some really handy rake tasks and automation to make blogging as simple as possible. With Octopress you can:
... ...
@@ -38,7 +38,7 @@ Octopress is almost like a front-end for Jekyll. It provides some really handy r
38 38
 - Automatically regenerate your blog while you work.
39 39
 - Generate and deploy with a single command.
40 40
 
41
-See the [usage wiki page](http://wiki.github.com/imathis/octopress/usage) to learn more.
41
+See the wiki to learn more about [Usage](http://wiki.github.com/imathis/octopress/usage).
42 42
 
43 43
 ## Third Party Integration
44 44
 With search, comments, and analytics, you have no need for a database. This is what makes a statically generated blog possible.
... ...
@@ -49,7 +49,7 @@ With search, comments, and analytics, you have no need for a database. This is w
49 49
 - Google Analytics
50 50
 - Delicious Bookmarks
51 51
 
52
-If you already have an account with these services, you can get set up within seconds. [Check out the wiki](http://wiki.github.com/imathis/octopress/third-party-integration) to learn how to setup or remove these services.
52
+If you already have an account with these services, you can get set up within seconds. Check out the wiki for [Third Party Configuration](http://wiki.github.com/imathis/octopress/third-party-integration) details, and to learn how to setup or remove these services.
53 53
 
54 54
 ## Octopress Style
55 55
 - Stylesheets use [SASS](http://sass-lang.com) and [Compass](http://compass-style.org)