diff options
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 9a48c018..36ebe90c 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,7 @@ email: # If publishing to a subdirectory as in http://site.com/project set 'root: /project' root: / -port: 4000 +server_port: 4000 permalink: /blog/:year/:month/:day/:title/ source: source destination: public |