Skip to content

Commit 31cf08e

Browse files
Merge branch 'EuroPython:ep2025' into add-open-spaces-page
2 parents ac3eb4d + 0522b00 commit 31cf08e

File tree

4 files changed

+78
-1
lines changed

4 files changed

+78
-1
lines changed

Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ preview:
5757
$(REMOTE_CMD) "cd $(RELEASES_DIR) && ln -snf $(TIMESTAMP) current"
5858
@echo "\n\n**** Preview complete.\n\n"
5959
@echo "Open the preview site at: $(PREVIEW_SITE_URL)\n\n"
60+
@echo "\n**** Cleaning up old releases (keep latest 1, skip 'current')...\n"
61+
$(REMOTE_CMD) "bash -c '\
62+
cd $(RELEASES_DIR) && \
63+
echo \"[INFO] Cleaning:\" && \
64+
ls -1dt */ \
65+
| sed \"s:/*\\\$$::\" \
66+
| grep -v ^current\\\$$ \
67+
| grep -v ^$(TIMESTAMP)\\\$$ \
68+
| tail -n +2 \
69+
| xargs -r -I{} echo rm -rf \"{}\"'"
6070

6171

6272
ifeq ($(FORCE_DEPLOY), true)

src/content/pages/accessibility.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You're very welcome to ask about any accessibility needs. These may include, for
2929

3030
**Before the conference**, you can leave us a note when ordering your tickets or contact us via email at [email protected].
3131

32-
**During the conference**, you can visit our Info Desk at registration or speak with our volunteers wearing a yellow conference t-shirt. You can also reach out via the Discord using the "support" channel – please bear with us if takes a moment to respond
32+
**During the conference**, you can visit our Info Desk at registration or speak with our volunteers wearing a yellow conference t-shirt. Registred ticket holders can also reach out via the Discord using the "support" channel – please bear with us if takes a moment to respond.
3333

3434
If you need help for things like designated seating, maintaining clear pathways, or anything else, feel free to speak to the volunteer coordinating the session in the talk rooms as well.
3535

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: "Prusa Research"
3+
url: "https://www.prusa3d.com/"
4+
location: "Czechia"
5+
industry: "3D printers"
6+
description:
7+
"A Czech company founded by Josef Prusa making award-winning open source
8+
desktop 3D printers"
9+
socials:
10+
linkedin:
11+
twitter: https://x.com/Prusa3D
12+
github:
13+
discord:
14+
mastodon:
15+
bluesky:
16+
facebook: https://www.facebook.com/PrusaResearch/
17+
youtube: https://www.youtube.com/channel/UCLHAxAdvAKJY0niRJZRYMvg
18+
instagram: https://www.instagram.com/josefprusa/
19+
tier: Supporters
20+
logo_padding: 25px 10px
21+
---
Lines changed: 46 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)