Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialflavioazevedo
Courses Plus Student 37 PointsUpload .html file
Dear Guil Hernandez, I write you because I am developing R-tutorials [R is a statistical language] for teaching purposes which I intend to display on my personal website. With R, using RStudio and knitr, I am able to produce .html files, containing statistical analysis and displaying figures, etc. Unfortunately, I cannot just upload it to my website. The reason for this is that squarespace.com [where my personal website is hosted/built] does not support this feature. The only solution I found is to somehow upload the .html files somewhere and then use iframe to link it my website. So I have been researching for solutions for a while now, and it seemed that Jekyll and GitHub were viable solutions. However, in this course, you teach to make posts in markdown, whose format are .md, which is used by Jekyll to make a html. For me, that is not a viable solution, as the .html file produced has intricate format which Jekyll cannot handle and it messes up tables and other aspects badly. Do you have any suggestions on how to use this course and what I learned from it to achieve my goals with GitHub and Jekyll? Or do you have an alternative way to do this? Any feedback is appreciated :) Thank you very much for you time and work. Flavio
2 Answers
Jonathan Grieve
Treehouse Moderator 91,253 PointsHi Flavio. I'll tag Guil Hernandez into this post for you to flag it up :)
Guil Hernandez
Treehouse TeacherHi Flavio Azevedo,
I don't know much about R, but are you familiar with R Markdown? It enables easy creation of dynamic documents, presentations, and reports from R. It's also supported by Jekyll when used with knitr. This blog post walks you through the process.
Hope this helps. :)