We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efee97e commit a3c72bfCopy full SHA for a3c72bf
README.md
@@ -85,14 +85,6 @@ refer them without a file path.
85
* Update the post date.
86
* Check the blog source file is within the correct year's sub-directory.
87
* Set `draft:false` in the YAML header
88
-* Click "Render website" on the Build tab in RStudio to render the full website,
89
-or in the terminal run e.g.
90
-
91
- quarto render blog/2025
92
93
- to render the posts for a given year (you can extend the path to be more
94
- specific). This will update the listing on the "Blog" page - check the
95
- listing for the new post.
96
* Preview the blog by using the Render button on the source file window in RStudio, or otherwise run the following command in the terminal:
97
```sh
98
quarto preview
0 commit comments