Ben Coman <btc@openinworld.com> writes:
It would be nice if Pillar was more flexible in this regard. For background, I am looking into Ecstatic to generate a static web site from Pillar files hosted on GitHub Pages. This is constrained to serve html files out of the base directory of the branch tagged "gh-pages". So I want to generate html files into the root folder, from pillar files in a subdirectory "_sitesrc".
I have got as far as getting interested in this line... PrExportPhase>>writeAll:using: ... outputFile := (file relativeTo: self configuration baseDirectory) withExtension: aWriter fileExtension.
[1] https://help.github.com/articles/user-organization-and-project-pages/
you might want to look at this: https://github.com/cdlm/pharo-katas/ and http://people.untyped.org/pharo-katas/ which is generated from Pillar. This is the work of Damien Pollet, in CC. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill