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.

This commit is contained in:
Brandon Mathis 2012-06-11 00:22:46 -05:00
parent 0bcfd1d8cc
commit fbb76e3c7c

View File

@ -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