mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-25 08:58:58 -05:00
updated docs to reflect removal of Jekyll's webrick server in favor of using rackup
This commit is contained in:
parent
ed88bb430a
commit
d1cb77baf8
@ -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
|
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
|
``` sh
|
||||||
cd ~/.pow
|
cd ~/.pow
|
||||||
ln -s /path/to/octopress
|
ln -s /path/to/octopress octopress
|
||||||
cd -
|
cd -
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -46,7 +46,6 @@ These configurations are used by Jekyll and Plugins. If you're not familiar with
|
|||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
root: # Mapping for relative urls (default: /)
|
root: # Mapping for relative urls (default: /)
|
||||||
port: # Port to mount Jekyll's WEBrick server
|
|
||||||
permalink: # Permalink structure for blog posts
|
permalink: # Permalink structure for blog posts
|
||||||
source: # Directory for site source files
|
source: # Directory for site source files
|
||||||
destination: # Directory for generated site files
|
destination: # Directory for generated site files
|
||||||
|
Loading…
Reference in New Issue
Block a user