Is this recommended to start a new blog (first timer) in Quarto now that R Markdown is superseded ? #2099
-
Hello, Is Quarto actually replacing entirely the blog features that you can currently find on HUGO from blogdown using this guide ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
We have a page with FAQs on quarto/blogdown/rmarkdown: https://quarto.org/docs/faq/rmarkdown.html |
Beta Was this translation helpful? Give feedback.
-
To add a bit more on the previous answer, Quarto is not replacing blogdown which uses Hugo to create blog website, but Quarto does offer features for blog website https://quarto.org/docs/websites/website-blog.html without using Hugo as site generator. Regarding equivalence between R Markdown ecosystem and Quarto, you can refer to the specific FAQ that was link So in short, as a first timer, it is a matter of preference:
At the end it is a matter of preference. R Markdown is not going away, and blogdown will still exists and be maintained if that was one of your concern. Hope it helps |
Beta Was this translation helpful? Give feedback.
To add a bit more on the previous answer, Quarto is not replacing blogdown which uses Hugo to create blog website, but Quarto does offer features for blog website https://quarto.org/docs/websites/website-blog.html without using Hugo as site generator.
Regarding equivalence between R Markdown ecosystem and Quarto, you can refer to the specific FAQ that was link
So in short, as a first timer, it is a matter of preference: