Skip to content

Commit 2ff3d02

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2b39559 commit 2ff3d02

File tree

10 files changed

+37
-44
lines changed

10 files changed

+37
-44
lines changed

README.md

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,30 @@
22

33
## Introduction 👋
44

5-
Welcome to the repository for the EuroPython website! We use
6-
[Astro](https://astro.build) in combination with pnpm to manage dependencies.
5+
Welcome to the repository for the EuroPython website! We use [Astro](https://astro.build) in
6+
combination with pnpm to manage dependencies.
77

88
## Setup 🛠️
99

1010
### Local dev env
1111

12-
To get started, clone the repository and run `pnpm install` to fetch all the
13-
dependencies. Then, use `pnpm run dev` to start the development server.
12+
To get started, clone the repository and run `pnpm install` to fetch all the dependencies. Then, use
13+
`pnpm run dev` to start the development server.
1414

1515
The website will be available at `http://localhost:4321`.
1616

1717
### Pre-commit Setup
1818

19-
To ensure code quality and consistency, we use `pre-commit` hooks. Follow these
20-
steps to set up `pre-commit` on your local environment:
19+
To ensure code quality and consistency, we use `pre-commit` hooks. Follow these steps to set up
20+
`pre-commit` on your local environment:
2121

2222
1. Install `pre-commit`. You can follow the instructions from
2323
[pre-commit.com](https://pre-commit.com/#install).
2424
2. Run `pre-commit install` in the root of your local repository.
25-
3. Now, `pre-commit` will run automatically on `git commit`. You can also run it
26-
manually on all files using `pre-commit run --all-files`.
25+
3. Now, `pre-commit` will run automatically on `git commit`. You can also run it manually on all
26+
files using `pre-commit run --all-files`.
2727

28-
This will help maintain a consistent coding style and catch common issues before
29-
submission.
28+
This will help maintain a consistent coding style and catch common issues before submission.
3029

3130
### Docker
3231

@@ -41,25 +40,22 @@ The website will be available at `http://localhost:4321`.
4140

4241
## Content Structure 🗂️
4342

44-
The content of the site is store in this repository. We are using Astro's
45-
content collections to manage the content. The collections are configure inside
46-
`src/content/config.ts`.
43+
The content of the site is store in this repository. We are using Astro's content collections to
44+
manage the content. The collections are configure inside `src/content/config.ts`.
4745

4846
### Pages
4947

50-
Pages are stored in the `src/content/pages` directory. Each page is a mdx file
51-
with frontmatter.
48+
Pages are stored in the `src/content/pages` directory. Each page is a mdx file with frontmatter.
5249

5350
### Deadlines
5451

55-
Meanwhile, our important deadlines ⏰ are located inside the
56-
`src/content/deadlines` directory.
52+
Meanwhile, our important deadlines ⏰ are located inside the `src/content/deadlines` directory.
5753

5854
## Using Astro Image Component 🖼️
5955

60-
When adding images to the website, please make sure to use astro Image component
61-
and to specify the width of the image. This will make sure we are optimizing the
62-
images and not serving large images to the users.
56+
When adding images to the website, please make sure to use astro Image component and to specify the
57+
width of the image. This will make sure we are optimizing the images and not serving large images to
58+
the users.
6359

6460
Here is an example:
6561

src/content/deadlines/00_cfc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ url: https://forms.gle/kY7jqSJTjEhFccWJ6
55
image: "./volunteers-2024.jpg"
66
---
77

8-
Are you passionate about Python and excited to contribute to the world's oldest
9-
volunteer-led Python conference? EuroPython is looking for enthusiastic
10-
volunteers to help us create a welcoming, vibrant, and community-driven event.
8+
Are you passionate about Python and excited to contribute to the world's oldest volunteer-led Python
9+
conference? EuroPython is looking for enthusiastic volunteers to help us create a welcoming,
10+
vibrant, and community-driven event.

src/content/deadlines/00_cfp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ url: /programme/cfp
55
image: "./cfp.jpg"
66
---
77

8-
Our colorful and cosmopolitan community is what makes EuroPython so special. We
9-
invite you to share your knowledge, experience, and passion with the Python
10-
community by submitting a proposal for a talk, workshop, or poster session!
8+
Our colorful and cosmopolitan community is what makes EuroPython so special. We invite you to share
9+
your knowledge, experience, and passion with the Python community by submitting a proposal for a
10+
talk, workshop, or poster session!

src/content/deadlines/00_mentorship.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ url: /programme/mentorship
55
image: mentorship1.jpg
66
---
77

8-
All voices are welcome at EuroPython. But sometimes folks appreciate help and
9-
support for their contribution. That's why we have organised the Speaker
10-
Mentorship Programme.
8+
All voices are welcome at EuroPython. But sometimes folks appreciate help and support for their
9+
contribution. That's why we have organised the Speaker Mentorship Programme.

src/content/deadlines/00_voting.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ image: voting.jpg
88
<!-- Vote for the talks **YOU** would like to see! We are a community conference and
99
your votes help shape the programme. -->
1010

11-
The Community Voting period is over. A huge **THANK YOU** for everyone who
12-
voted!
11+
The Community Voting period is over. A huge **THANK YOU** for everyone who voted!

src/content/deadlines/01_questionnaire.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ url: https://forms.gle/riw6CvML8ck94A4V9
55
image: "./planning-survey.jpg"
66
---
77

8-
Have ideas to make EuroPython 2025 better? Share them with us and help build a
9-
conference that works for **YOU**!
8+
Have ideas to make EuroPython 2025 better? Share them with us and help build a conference that works
9+
for **YOU**!

src/content/deadlines/02_sponsorship.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ url: /sponsorship/sponsor/
66
image: ep-sponsors.png
77
---
88

9-
Gain visibility and connect with **1,500 Pythonistas** at the world’s oldest
10-
volunteer-led Python conference. Become a sponsor!
9+
Gain visibility and connect with **1,500 Pythonistas** at the world’s oldest volunteer-led Python
10+
conference. Become a sponsor!

src/content/deadlines/03_finaid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ url: /finaid
55
image: "./finaid.jpeg"
66
---
77

8-
EuroPython is for **everyone** in our community, no matter the circumstances. If
9-
you need help to attend, make sure to apply!
8+
EuroPython is for **everyone** in our community, no matter the circumstances. If you need help to
9+
attend, make sure to apply!

src/content/deadlines/04_tickets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ url: /tickets
55
image: "./registration.jpg"
66
---
77

8-
Grab your spot at EuroPython 2025. Share, learn, and connect with fellow
9-
Pythonistas—tickets are limited!
8+
Grab your spot at EuroPython 2025. Share, learn, and connect with fellow Pythonistas—tickets are
9+
limited!

src/data/home/intro.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
title: EuroPython Prague, You're invited!
33
---
44

5-
We are excited to welcome you back to Prague once again for EuroPython 2025!
6-
This is the 24th edition of EuroPython, the oldest and longest-running
7-
volunteer-led Python programming conference on the planet! Join us in July in
8-
the vibrant Bohemian city Prague. We'll be together, celebrating our shared
9-
passion for Python and its community!
5+
We are excited to welcome you back to Prague once again for EuroPython 2025! This is the 24th
6+
edition of EuroPython, the oldest and longest-running volunteer-led Python programming conference on
7+
the planet! Join us in July in the vibrant Bohemian city Prague. We'll be together, celebrating our
8+
shared passion for Python and its community!
109

1110
A week of all things Python:
1211

0 commit comments

Comments
 (0)