Skip to content

Commit baa0f20

Browse files
authored
Update update field (#579)
1 parent 4ae643c commit baa0f20

File tree

38 files changed

+42
-37
lines changed

38 files changed

+42
-37
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ Below is an example of adding a figure to a post that has both webp and .png for
7272
</picture>
7373
</figure>
7474
```
75+
## How to update blog post last_updated field
76+
77+
We have a script that will automatically update the last_updated field for all of our blog posts. To run it use:
78+
79+
`./scripts/date-updated.sh`
7580

7681
## Contributors ✨
7782

_posts/2019-10-26-pyos-min-mistakes-theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permalink: docs/pyos-website/
77
header:
88
overlay_filter: 0.6
99
overlay_color: "#333"
10-
last_modified: 2024-08-28
10+
last_modified: 2025-03-05
1111
toc: true
1212
categories:
1313
- docs

_posts/2022-10-24-why-should-python-open-source-matter-science.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories:
1414
- peer-review
1515
toc: false
1616
comments: true
17-
last_modified: 2023-04-18
17+
last_modified: 2024-08-29
1818
---
1919

2020
<div class="notice" markdown="1">

_posts/2022-11-07-why-python-package-health-metrics-matter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories:
1414
- peer-review
1515
toc: false
1616
comments: true
17-
last_modified: 2023-04-18
17+
last_modified: 2024-08-29
1818
---
1919

2020
<div class="notice" markdown="1">

_posts/2022-11-21-what-makes-a-python-package-healthy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories:
1414
- peer-review
1515
toc: false
1616
comments: true
17-
last_modified: 2024-08-26
17+
last_modified: 2024-08-29
1818
---
1919

2020
<div class="notice" markdown="1">

_posts/2023-03-22-demystifying-python-packaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories:
1313
- python-packaging
1414
toc: false
1515
comments: true
16-
last_modified: 2024-08-26
16+
last_modified: 2024-08-29
1717
---
1818

1919
## A guide to make Python packaging easier for scientists

_posts/2023-06-13-pycon2023-peer-review-david-nicholson-crowsetta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories:
1515
toc: false
1616
classes: wide
1717
comments: true
18-
last_modified: 2023-06-15
18+
last_modified: 2024-08-29
1919
---
2020

2121
# pyCon 2023 US -David Nicholson Lightning Talk on pyOpenSci Peer Review

_posts/2023-06-14-pycon-maintainers-summit-python-packaging-talk-leah-wasser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories:
1515
classes: wide
1616
toc: false
1717
comments: true
18-
last_modified: 2024-08-26
18+
last_modified: 2024-08-29
1919
---
2020

2121
## How it all went down - PyCON US 2023, Salt Lake City, Utah

_posts/2023-07-18-pyopensci-scipy-2023.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories:
1515
classes: wide
1616
toc: false
1717
comments: true
18-
last_modified: 2023-07-25
18+
last_modified: 2024-08-29
1919
---
2020

2121
## <i class="fa-solid fa-fish-fins"></i> Shark attack - pyOpenSci at SciPy

_posts/2023-09-11-community-manager-job-available.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ toc: true
1414
comments: true
1515
redirect_from:
1616
- /blog/pyOpenSci-hiring-community-manager-spring-2023.html
17-
last_modified: 2024-04-04
17+
last_modified: 2024-08-29
1818
---
1919

2020
<div class="notice" markdown="1">

0 commit comments

Comments
 (0)