+[11 years ago]kaffeebohnehttp://stackoverflow.com/questions/19835729/copying-generated-files-from-a-jekyll-plugin-to-a-site-resource-folder +[11 years ago]kaffeebohneBut it looks like i can write into the sites config before build time, which could be the key here +[11 years ago]kaffeebohnehttps://github.com/jekyll/jekyll/blob/master/lib/jekyll/site.rb +[11 years ago]kaffeebohnewait, no +[11 years ago]kaffeebohnethat doesn't work like that :/
But it looks like i can write into the sites config before build time, which could be the key here
+[11 years ago]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"? +[11 years ago]pepper_chicowithout a special plugin, since it's to be deployed straight to github pages +[11 years ago]pepper_chicopage.url gives me things like "/foo/bar/" +[11 years ago]pepper_chicofor foo/bar.md +[11 years ago]pepper_chicoah