Skip to content

Commit fe3590b

Browse files
committed
fixed links and descriptions in the readme
1 parent 833d64e commit fe3590b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Octopress gives developers a well designed starting point for a Jekyll blog. It'
33

44
#### Octopress comes with
55
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.
88

99
## Why?
1010
1. Building a Jekyll blog from scratch is a lot of work.
@@ -29,7 +29,7 @@ Setup is really simple.
2929
sudo gem install serve
3030
3. Run <code>rake preview</code> to build the site and preview it in a local webserver.
3131

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).
3333

3434
## Usage
3535
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
3838
- Automatically regenerate your blog while you work.
3939
- Generate and deploy with a single command.
4040

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).
4242

4343
## Third Party Integration
4444
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
4949
- Google Analytics
5050
- Delicious Bookmarks
5151

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.
5353

5454
## Octopress Style
5555
- Stylesheets use [SASS](http://sass-lang.com) and [Compass](http://compass-style.org)

0 commit comments

Comments
 (0)