diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-08-11 19:56:25 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-08-11 19:56:25 -0400 |
commit | 313c3859aa07013815c51ae0a4af2e4fbe2ba808 (patch) | |
tree | 9e48e1d93cec1e43061bb881bcdb872394ef357d /_config.yml | |
parent | 9c2f64d20cd881054abe09247c26162118afe541 (diff) | |
download | my_new_personal_website-313c3859aa07013815c51ae0a4af2e4fbe2ba808.tar.xz my_new_personal_website-313c3859aa07013815c51ae0a4af2e4fbe2ba808.zip |
now using rack instead of Jekyll's webrick server, fixes #90
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 36ebe90c..3d6fee89 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,6 @@ email: # If publishing to a subdirectory as in http://site.com/project set 'root: /project' root: / -server_port: 4000 permalink: /blog/:year/:month/:day/:title/ source: source destination: public |