yihui / blogdown-jekyll

Automatically knit R Markdown documents, build them with Jekyll, and serve the website with servr locally
https://jekyll.yihui.org
MIT License
205 stars 162 forks source link

Call to bundle exe jekyll instead of just jekyll? #27

Open luispuerto opened 3 years ago

luispuerto commented 3 years ago

Hey…

It would be possible to call to bundle exe jekyll instead of just jelyll in here

I've been trying to do it myself but I can't find the way.

Thanks!

yihui commented 3 years ago

Yes: system2('bundle', c('exe', 'jekyll')).