rstudio / blogdown

Create Blogs and Websites with R Markdown
https://pkgs.rstudio.com/blogdown/
1.74k stars 331 forks source link

[FR] Could check_site() check index.Rmd #719

Closed maelle closed 2 years ago

maelle commented 2 years ago

I had a website Rproj that did not feature an index.Rmd like this

---
site: blogdown:::blogdown_site
---

<!-- This file is for blogdown only. Please do not edit it. -->

which meant the knit button did not work as expected (thanks @cderv for the fix).

Should check_site() check the presence and correctness of this file?

yihui commented 2 years ago

Good idea! Done. Thanks!

maelle commented 2 years ago

Thank you! :tada: