+ [2015-04-19T04:53:49Z] dylantaylor so I can make my dest /pages/blog/ if I wanted to
+ [2015-04-19T04:54:19Z] pontiki yes, though you should not make it the same as the source dir, as dest dir is erased every time
+ [2015-04-19T11:23:09Z] pontiki aloha o/
+ [2015-04-19T19:14:11Z] EldonMcGuinness Hey all, I'm having a bit of trouble getting the excerpt_separator flag to properly break a markdown post. I've tried using the example in the docs, but for some reason <!--more--> does not seem to change the break point to be anything before or after the first paragraph. Any ideas?

message no. 90401

Posted by dylantaylor in #jekyll at 2015-04-19T04:16:55Z

I've tried just plain jekyll and octopress but both won't build on github.io
+ [2015-04-20T01:14:09Z] karstensrage is there a way to use baseurl in the description from _config.yml?
+ [2015-04-20T01:32:43Z] pontiki it's available as {{ site.baseurl }} (as are the other values in _config.yml)
+ [2015-04-20T01:33:24Z] pontiki you will need to modify the place where you're including the description, though.
+ [2015-04-20T01:34:10Z] karstensrage well i want it in the description, later in the yaml file?
+ [2015-04-20T01:34:33Z] pontiki normally, variables defined in _config.yml, data, and front matter can't be compound