Browse code

fixed issue where port setting didn't change jekyll's webbrick in _config.yml. Accidentally used port where I should have used server_port fixes #70

Brandon Mathis authored on 07/08/2011 at 16:18:58
Showing 1 changed files
... ...
@@ -20,7 +20,7 @@ email:
20 20
 
21 21
 # If publishing to a subdirectory as in http://site.com/project set 'root: /project'
22 22
 root: /
23
-port: 4000
23
+server_port: 4000
24 24
 permalink: /blog/:year/:month/:day/:title/
25 25
 source: source
26 26
 destination: public