From fbb76e3c7c34c8866c3317136c28e97582d7f8e6 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Mon, 11 Jun 2012 00:22:46 -0500 Subject: [PATCH] Changed permalink default to start with /year instead of /blog for posts. This should make it easier to host Octopress as a blog in a larger site instead of requiring it to be in the top level directory. This should clear up the problem where people end up with /blog/blog/ when they publish Octopress to a blog subdirectory. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 443bec9..9595004 100644 --- a/_config.yml +++ b/_config.yml @@ -28,7 +28,7 @@ email: # If publishing to a subdirectory as in http://site.com/project set 'root: /project' root: / -permalink: /blog/:year/:month/:day/:title/ +permalink: /:year/:month/:day/:title/ source: source destination: public plugins: plugins