+[2014-02-02T20:48:44Z]kaffeebohnehttp://stackoverflow.com/questions/19835729/copying-generated-files-from-a-jekyll-plugin-to-a-site-resource-folder +[2014-02-02T20:51:09Z]kaffeebohneBut it looks like i can write into the sites config before build time, which could be the key here +[2014-02-02T20:51:11Z]kaffeebohnehttps://github.com/jekyll/jekyll/blob/master/lib/jekyll/site.rb +[2014-02-02T20:51:27Z]kaffeebohnewait, no +[2014-02-02T20:51:33Z]kaffeebohnethat doesn't work like that :/
message no. 17706
Posted by jaybe in #jekyll at 2014-02-02T04:09:50Z
jekyll version?
+[2014-02-03T23:08:47Z]pepper_chicohi, does jekyll/liquid provides a way to get current page's original source path?, for example, like, in the source /foo/bar.md, is the a way to get "/foo/bar.md"? for "/index.html", get "/index.html"? +[2014-02-03T23:09:16Z]pepper_chicowithout a special plugin, since it's to be deployed straight to github pages +[2014-02-03T23:10:14Z]pepper_chicopage.url gives me things like "/foo/bar/" +[2014-02-03T23:10:21Z]pepper_chicofor foo/bar.md +[2014-02-03T23:13:11Z]pepper_chicoah