+ [2013-08-05T12:55:11Z] skroon hi
+ [2013-08-05T21:42:38Z] rayfranco Hi there, Am I at the right place if I have any problem with jekyll-import ?
+ [2013-08-05T21:43:59Z] rayfranco Actually, I'm trying to create my own Migrator and having issue running the rake default task, I'm pretty new to Ruby so maybe I missed a step
+ [2013-08-05T21:44:15Z] rayfranco It says "ERROR: 'rake/rdoctask' is obsolete and no longer supported. Use 'rdoc/task'"
+ [2013-08-05T21:45:03Z] rayfranco But it doesn't seem to be using 'rake/rdoctask' but 'rdoc/task' as it should be… I don't get it

message no. 6289

Posted by rayfranco in #jekyll at 2013-08-05T21:43:59Z

Actually, I'm trying to create my own Migrator and having issue running the rake default task, I'm pretty new to Ruby so maybe I missed a step
+ [2013-08-06T00:22:35Z] zzing Can Jekyll work fine on php files as well? I have a simple form I want to do with php, but would like the results page to still match the theme from jekyll.
+ [2013-08-06T00:23:17Z] jaybe zzing, jekyll has nothing to do with php whatsoever; the web server would. jekyll merely serves code.
+ [2013-08-06T00:23:54Z] jaybe jekyll could be used to house, produce, and output the form, codes, results page, etc.
+ [2013-08-06T00:25:04Z] zzing jaybe, all I intend to know is will Jekyll build a site including a file with php as an extension exactly the same it would with html? I know what I am doing with the various technologies, I just don't know if it would pass through a file with a php extension and process it exactly as it would html.
+ [2013-08-06T00:25:29Z] jaybe zzing, what happens/happened when you tried and tested it?