diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-22 00:03:11 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-22 00:03:11 -0400 |
commit | 12aed03eea27534168a1a5edb7c484fdf24b5937 (patch) | |
tree | 328892f88da591c38f106ee22fc747495b984353 /_config.yml | |
parent | 39d56bc98834b09fc6939fd27bde8848efbb251d (diff) | |
download | my_new_personal_website-12aed03eea27534168a1a5edb7c484fdf24b5937.tar.xz my_new_personal_website-12aed03eea27534168a1a5edb7c484fdf24b5937.zip |
updated rakefile and config to support url mapping in previous commit
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml index 5e53a6d7..b801db16 100644 --- a/_config.yml +++ b/_config.yml @@ -19,9 +19,7 @@ email: # ----------------------- # # If publishing to a subdirectory as in http://site.com/project set 'root: /project' -# If blank, urls will be mapped to '/' -root: - +root: / port: 4000 permalink: /blog/:year/:month/:day/:title source: source |