Skip to content

Commit e2580a5

Browse files
committed
fix: webp
1 parent a591d7b commit e2580a5

13 files changed

+13
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ excerpt: "David Nicholson gave a lightning talk about his experience going throu
55
author: Leah Wasser
66
permalink: /blog/pycon2023-crowsetta-peer-review.html
77
header:
8-
overlay_color: "#33205c"
9-
overlay_image: /images/talks/david-nicholson-crowsetta-lightning-pycon2023.png
8+
overlay_color: "#33205c"
9+
overlay_image: /images/blog/headers/david-nicholson-2023-header.png
1010
categories:
1111
- blog-post
1212
- highlight

_posts/2024-05-30-pyos-pyconus-2024-recap.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ title: "pyOpenSci at PyCon US 2024 - Python packaging and community"
44
excerpt: "Learn about pyOpenSci's experience at PyCon US 2024, how pyOpenSci is making Python packaging more accessible and beginner friendly and how the Python community is helping us get there."
55
author: "Leah Wasser"
66
permalink: /blog/recap-pyos-pyconus-2024.html
7-
images/blog/2024/may/pycon-us-2024.png
7+
header:
8+
overlay_image: images/blog/headers/pycon-us-2024-header.png
89
categories:
910
- blog-post
1011
- community

_posts/2024-06-06-get-involved-with-pyos.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ title: "Get Involved with pyOpenSci"
44
excerpt: "Fun fact: there are a multitude of ways for you to get involved with pyOpenSci! From social media to in-person events to joining our editoral team, this guide walks you through every opportunity available."
55
author: "Jesse Mostipak"
66
permalink: /blog/get-involved-with-pyos.html
7-
images/blog/2024/may/pycon-us-2024.png
7+
header:
8+
overlay_color: "#33205c"
89
categories:
910
- blog-post
1011
- community

_posts/2024-06-20-pyos-guide-to-scipy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ title: "pyOpenSci's Guide to SciPy"
44
excerpt: "We've got another incredible conference on the horizon, and wanted to share the talks, workshops, and sprints where you can find members of the pyOpenSci community!"
55
author: "Jesse Mostipak"
66
permalink: /blog/pyos-guide-to-scipy-2024.html
7-
images/blog/2024/may/pycon-us-2024.png
7+
header:
8+
overlay_color: "#33205c"
89
categories:
910
- blog-post
1011
- community

_posts/2024-07-31-pyconus-pyopensci-sprints.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ title: "pyOpenSci beginner-friendly sprints at PyCon US 2024"
44
excerpt: "pyOpenSci holds beginner-friendly sprints with the goal of making new contributors feel welcome. Learn about our latest sprint at PyCon US 2024, and tips we use to make sprints accessible to more people."
55
author: "Leah Wasser"
66
permalink: /blog/pyopensci-pyconus-2024-sprints.html
7-
images/blog/2024/may/pycon-us-2024.png
7+
header:
8+
overlay_image: images/blog/headers/pycon-us-2024-header.png
89
categories:
910
- blog-post
1011
- community

_posts/2024-08-02-community-news-august-2024.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ title: "pyOpenSci Community News: August 2024"
44
excerpt: "Welcome to the first edition of pyOpenSci's Community News newsletter, where we summarize and share conversations, contributions, and news related to our diverse and vibrant community! Read on for insights into running pyOpenSci sprints, Python packaging guide Spanish translation efforts, and using Hatch to create and maintain Python."
55
author: "Jesse Mostipak"
66
permalink: /blog/pyos-community-news-aug-2024.html
7-
images/blog/2024/may/pycon-us-2024.png
7+
header:
8+
overlay_image: images/blog/headers/pycon-us-2024-header.png
89
categories:
910
- blog-post
1011
- community
@@ -14,7 +15,6 @@ comments: true
1415
last_modified: 2024-08-29
1516
---
1617

17-
1818
## <i class="fa-regular fa-heart"></i> pyOpenSci community news
1919

2020
As the pyOpenSci community has continued to grow, we wanted to dedicate at least one newsletter issue a month to sharing conversations, contributions, and news related to our diverse and vibrant community! This month we’re celebrating everyone who’s participated in a pyOpenSci sprint, sharing the exciting news around the Spanish translation of our Python Packaging Guide, and elevating a discussion from GitHub around the use of Hatch for Python package creation.

_sass/minimal-mistakes/_pyos-grid.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ $colors: (
366366
min-height: 6rem;
367367
display: flex;
368368
align-items: center; /* Vertically center the title */
369-
padding: 0 1rem;
369+
padding: 0;
370370
}
371371

372372
.card-excerpt{
Loading
Binary file not shown.
45.2 KB
Loading
5.74 KB
Binary file not shown.

images/blog/headers/pycon-us-2024.png

44.7 KB
Loading
7.19 KB
Binary file not shown.

0 commit comments

Comments
 (0)