+[2013-08-05T12:55:11Z]skroonhi +[2013-08-05T21:42:38Z]rayfrancoHi there, Am I at the right place if I have any problem with jekyll-import ? +[2013-08-05T21:43:59Z]rayfrancoActually, 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]rayfrancoIt says "ERROR: 'rake/rdoctask' is obsolete and no longer supported. Use 'rdoc/task'" +[2013-08-05T21:45:03Z]rayfrancoBut it doesn't seem to be using 'rake/rdoctask' but 'rdoc/task' as it should be… I don't get it
+[2013-08-06T00:22:35Z]zzingCan 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]jaybezzing, jekyll has nothing to do with php whatsoever; the web server would. jekyll merely serves code. +[2013-08-06T00:23:54Z]jaybejekyll could be used to house, produce, and output the form, codes, results page, etc. +[2013-08-06T00:25:04Z]zzingjaybe, 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]jaybezzing, what happens/happened when you tried and tested it?