achary / engimo

minimo-eng - Minimalist theme for Hugo tuned for engineering content, based on Minimo
https://engimo.netlify.com
MIT License
49 stars 23 forks source link

Rmd support? #3

Open raheems opened 6 years ago

raheems commented 6 years ago

Hi, I am wondering if R markdown is supported in this theme?

Thanks

achary commented 5 years ago

Hi, unfortunately no, not at the moment. The markdown support is same as in Hugo, but it looks to me that Rmd seems like a nice thing to have eventually supported.

On Mon, Aug 27, 2018 at 3:08 PM Enayet Raheem notifications@github.com wrote:

Hi, I am wondering if R markdown is supported in this theme?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/achary/engimo/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AB37UBhyp7RDW2qPdxsb3uheQTl4sM9qks5uU_1bgaJpZM4WN2vB .

-- Adam Charytoniuk

ghost commented 5 years ago

What is R Markdown "support"? As I understand it, R Markdown is just Markdown, and any magic you see when using it is wholly due to Rstudio, i.e. cell contents are computed in R and the output is then inserted by Rstudio into the Markdown document.

The blogdown package actually constructs HTML documents from R Markdown, so there shouldn't be any problems using R Markdown + Rstudio + blogdown with this theme. I actually tried it with the Minimo theme and everything was fine. You could also use knitr to convert your R Markdown to vanilla Markdown and then allow Hugo to turn the Markdown files into HTML.