|
|
|
|
|
by ShamblingMound
1712 days ago
|
|
If anyone knows of a flexible static site generator that can process Rmarkdown files, I'd be interested to know about it. There is `rmarkdown::site` (see [0]), but I had to mess with the internals to get it to do what I wanted. [0]: https://rmarkdown.rstudio.com/lesson-13.html |
|
You can bring your own convertors and pass any options to them. I'm not saying it's a perfect SSG for everyone, but at least uncommon input format support isn't an intractable problem for it.
[1] https://github.com/dmbaturin/soupault-website/blob/master/so...