Open kvasilopoulos opened 4 years ago
According to Run .Rmd posts on HUGO's Academic theme? - Stack Overflow,
hugo itself does not support .Rmd
, .Rmd
files have to be .html
(or .md
) in order to be understood and rendered by hugo.
If you use blogdown and run the command blogdown::serve_site()
instead of usual cli hugo server
this should be done automatically.
Hi, I am using
R
and.Rmd
files with theblogdown
package that generates theHTML
format in theposts
directory. But when I build in Hugo, then it builds only the.md
files from theposts
directory.Is it something that needs to be adjusted in the
config
file or does this go beyond the theme's capabilities?