updated docs to reflect removal of Jekyll's webrick server in favor of using rackup

This commit is contained in:
Brandon Mathis 2011-08-12 00:23:20 -04:00
parent ed88bb430a
commit d1cb77baf8
2 changed files with 2 additions and 3 deletions

View File

@ -101,11 +101,11 @@ The title is derived from the filename so you'll likely want to change that. Thi
rake preview # Watches, and mounts a webserver at http://localhost:4000
```
Jekyll's built in WEBrick server is handy, but if you're a [POW](http://pow.cx) user, you can set it up to work with Octopress like this.
Using the `rake preview` server is nice, but If you're a [POW](http://pow.cx) user, you can set up your Octopress site like this.
``` sh
cd ~/.pow
ln -s /path/to/octopress
ln -s /path/to/octopress octopress
cd -
```

View File

@ -46,7 +46,6 @@ These configurations are used by Jekyll and Plugins. If you're not familiar with
``` yaml
root: # Mapping for relative urls (default: /)
port: # Port to mount Jekyll's WEBrick server
permalink: # Permalink structure for blog posts
source: # Directory for site source files
destination: # Directory for generated site files