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

This commit is contained in:
Brandon Mathis 2011-08-07 12:18:58 -04:00
parent 3a599d4159
commit 9c2f64d20c

View File

@ -20,7 +20,7 @@ email:
# If publishing to a subdirectory as in http://site.com/project set 'root: /project' # If publishing to a subdirectory as in http://site.com/project set 'root: /project'
root: / root: /
port: 4000 server_port: 4000
permalink: /blog/:year/:month/:day/:title/ permalink: /blog/:year/:month/:day/:title/
source: source source: source
destination: public destination: public