Skip to content

Commit efee97e

Browse files
committed
publish r girls blog post
1 parent b4c8ccf commit efee97e

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,20 @@ refer them without a file path.
8585
* Update the post date.
8686
* Check the blog source file is within the correct year's sub-directory.
8787
* Set `draft:false` in the YAML header
88-
* Click "Render website" on the Build tab in RStudio, or in the terminal run
88+
* Click "Render website" on the Build tab in RStudio to render the full website,
89+
or in the terminal run e.g.
8990

90-
quarto render
91+
quarto render blog/2025
9192

92-
This will update the listing on the "Blog" page - check the listing for
93-
the new post.
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
99+
```
100+
* Use the menu in the preview to navigate to the blog listing - this will
101+
cause the listing to be re-rendered; check the listing for the new post.
94102
* Check the [Editing checklist](#editing-checklist).
95103
* Commit your changes for the website to be built and deployed.
96104

blog/2025/r-girls-open-event-2025/index.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: R Girls Open Event 2025
33
author:
44
- name: Heather Turner
55
- name: Ella Kaye
6-
date: "2025-07-26"
6+
date: "2025-07-31"
77
categories: [community]
88
description: "Report of the Data Science for Girls open event 2025."
9-
draft: true
9+
draft: false
1010
---
1111

1212
Forwards members Heather Turner and Ella Kaye were invited to attend the
@@ -17,7 +17,7 @@ July 9 2025. They joined other guests from [Ascent](https://www.ascent.io/)
1717
and [Health Data Research UK](https://www.hdruk.ac.uk/about-us/) to
1818
find out how students at this girls' school have been using R.
1919

20-
![From left to right: Yanica Said (Ascent), Heather Turner (Forwards), ?? (Teacher), Razia Ghani (Head Teacher), and Ella Kaye (Forwards) at the R Girls Open Event](group_photo.jpeg)
20+
![From left to right: Yanica Said (Ascent), Heather Turner (Forwards), Nazma Lakdawala (Teacher), Razia Ghani (Head Teacher), and Ella Kaye (Forwards) at the R Girls Open Event](group_photo.jpeg)
2121

2222
Below Heather and Ella report on this event.
2323

0 commit comments

Comments
 (0)