+[2015-04-19T04:53:25Z]dylantaylorohhhh okay +[2015-04-19T04:53:49Z]dylantaylorso I can make my dest /pages/blog/ if I wanted to +[2015-04-19T04:54:19Z]pontikiyes, though you should not make it the same as the source dir, as dest dir is erased every time +[2015-04-19T11:23:09Z]pontikialoha o/ +[2015-04-19T19:14:11Z]EldonMcGuinnessHey 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?
I've tried just plain jekyll and octopress but both won't build on github.io
+[2015-04-20T01:14:09Z]karstensrageis there a way to use baseurl in the description from _config.yml? +[2015-04-20T01:32:43Z]pontikiit's available as {{ site.baseurl }} (as are the other values in _config.yml) +[2015-04-20T01:33:24Z]pontikiyou will need to modify the place where you're including the description, though. +[2015-04-20T01:34:10Z]karstensragewell i want it in the description, later in the yaml file? +[2015-04-20T01:34:33Z]pontikinormally, variables defined in _config.yml, data, and front matter can't be compound