We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2a9b5 commit 21fe6e2Copy full SHA for 21fe6e2
README.md
@@ -31,7 +31,7 @@ pak::pkg_install("r-lib/hugodown")
31
32
* To add a new event call `hugodown::post_create("events/year-event-name")`.
33
34
-* Knit to `.Rmd` to generate a `.md`.
+* Knit `index.Rmd` to generate `index.md`.
35
36
* To preview the site (i.e. turn `.md` into `.html`), call
37
`hugodown::hugo_start()` (you only need to do this once per session as it
0 commit comments