diff --git a/source/docs/blogging/index.markdown b/source/docs/blogging/index.markdown index f44d375..4e7d4fc 100644 --- a/source/docs/blogging/index.markdown +++ b/source/docs/blogging/index.markdown @@ -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 - ``` diff --git a/source/docs/configuring/index.markdown b/source/docs/configuring/index.markdown index b7fcfc1..a89890b 100644 --- a/source/docs/configuring/index.markdown +++ b/source/docs/configuring/index.markdown @@ -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