Distill | YAML - documentation?
Trying to set up very simple blog with Distill (and github pages).
Lots of tutorials. So I have no problem with .Rmd in the root directory.
These are handled just fine ... all good.
But rmarkdown::render(".") seems to ignore the .Rmd files in my posts/ directory. (see below).
It must be some simple configuration/yaml, but I can not find it.
Any suggestions for documentation?
Note: I do not use Rstudio.
Thx.
blog4/
- index.Rmd
- about.Rmd
- _site.yml
- _posts/ <--- ignored by render()