How to prevent blogdown from rerendering all posts?

前端 未结 2 1953
终归单人心
终归单人心 2020-12-19 00:33

Background:

I am featuring a blog built on @YihuiXie\'s R package blogdown.

Problem:

When I render_site()

2条回答
  •  自闭症患者
    2020-12-19 00:57

    blogdown::serve_site() tries to rerender some of my old blog posts after I reset my computer and re-downloaded the code from github.

    By using blogdown:::build_rmds("content/post/{file_name}.Rmd") I was able to render single Rmd files to html. To check the results I run hugo server in the terminal window.

提交回复
热议问题