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:
parent
3a599d4159
commit
9c2f64d20c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user