+ [2013-07-23T09:36:02Z] travis-ci [travis-ci] maul-esel/jekyll#57 (PathHelper) The build passed. http://travis-ci.org/maul-esel/jekyll/builds/9385895
+ [2013-07-23T18:09:24Z] travis-ci [travis-ci] mojombo/jekyll#1409 (master) The build passed. http://travis-ci.org/mojombo/jekyll/builds/9402849
+ [2013-07-23T18:24:35Z] travis-ci [travis-ci] mojombo/jekyll#1411 (no-layouts-for-excerpt) The build passed. http://travis-ci.org/mojombo/jekyll/builds/9403146
+ [2013-07-23T20:33:28Z] travis-ci [travis-ci] kelvinst/jekyll#67 (master) The build passed. http://travis-ci.org/kelvinst/jekyll/builds/9408461
+ [2013-07-23T23:12:36Z] philips how do I format the permalink config option properly so my blogs are /blog/:title/index.html and my pages are /path/to/page/:titel/index.html ? When I set permalink: /:categories/:title/index.html my pages in subdirs start being :title.html

message no. 5846

Posted by philips in #jekyll at 2013-07-23T23:12:36Z

how do I format the permalink config option properly so my blogs are /blog/:title/index.html and my pages are /path/to/page/:titel/index.html ? When I set permalink: /:categories/:title/index.html my pages in subdirs start being :title.html
+ [2013-07-24T00:41:04Z] jaybe philips, there is one global permalink cofiguration within the _config.yml. one could set that for blog posts. then within page' YAML, one could set the permalink: within its YAML. and or, one could place pages in subdirectories such as: /jekyll/webroot/site/about/index.html
+ [2013-07-24T00:41:42Z] philips jaybe: how do I set them independently? where is the blog confirugation?
+ [2013-07-24T00:42:00Z] jaybe i just described it.
+ [2013-07-24T00:42:49Z] philips jaybe: oh, I was confused by the explanation. So I would need to set the permalink on every page.
+ [2013-07-24T00:43:23Z] jaybe the permalink should be settable by placing pages in subdirectories with corresponding index.html'