Skip to content

Commit 0e0e8a9

Browse files
authored
Downunderflow2026 update links (#249)
* Add redirects * Fix downunderflow page banner image * Add ORConf 2025 to events archive * Add ORConf 2025 to events archive * Fix location references
1 parent cde2ec0 commit 0e0e8a9

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

content/downunderflow/2026/0.index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ eventbriteEventId: 1772979422179
1616
::ff-signpost-banner
1717
---
1818
title: Down Underflow 2026
19-
class: "bg-[url('/images/banner-downunderflow.jpg')]"
19+
class: "bg-[url('/images/banner-orconf.jpg')]"
2020
---
2121

22-
Friday to Sunday September 12–14, 2026 in Valencia, Spain
22+
Saturday February 28, 2026 in Sydney, Australia
2323

2424
The Down Underflow conference is a weekend of presentations and networking dedicated to free and open source silicon. It's an event for the open source silicon community, and is run by the FOSSi Foundation and its volunteers.
2525
::
@@ -62,7 +62,7 @@ Questions? Ping the organizers via email at [[email protected]]
6262

6363
## Let's talk!
6464

65-
Join the [#downunderflow2026:fossi-foundation.org](https://element.fossi-chat.org/#/room/#downunderflow2026:fossi-foundation.org) Matrix room to chat with other participants at the conference, share additional information about the talks, about traveling to and from Valencia, and what else comes to your mind!
65+
Join the [#downunderflow2026:fossi-foundation.org](https://element.fossi-chat.org/#/room/#downunderflow2026:fossi-foundation.org) Matrix room to chat with other participants at the conference, share additional information about the talks, about traveling to and from Sydney, and what else comes to your mind!
6666

6767
## Venue
6868

content/events/1.archive.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ layout: content
66
::ff-cards{class="mt-64"}
77

88
::ff-card-signpost
9+
---
10+
headline: ORConf 2025
11+
subheading: September 12 - 14, Valencia, Spain
12+
linkTo: /orconf/2025
13+
img: /events/images/orconf-logo-2018.png
14+
imgObjectCover: false
15+
---
16+
::
17+
18+
::ff-card-signpost
919
---
1020
headline: Latch-Up 2025
1121
subheading: May 2 - 3 Santa Barbara, USA

nuxt.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ export default defineNuxtConfig({
120120
// Redirect the ORConf landing page to the most current one.
121121
'/orconf': { redirect: '/orconf/2025' },
122122

123+
// Redirect the ORConf landing page to the most current one.
124+
'/downunderflow': { redirect: '/downunderflow/2026' },
125+
123126
// Matrix server hosting
124127
// Disable prerendering to ensure that the redirects are done using HTTP
125128
// headers, and not HTML redirects.

public/_redirects

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,10 @@ https://latchup.io/* https://fossi-foundation.org/latch-up/:splat 302!
4343

4444
http://www.latchup.io/* https://fossi-foundation.org/latch-up/:splat 302!
4545
https://www.latchup.io/* https://fossi-foundation.org/latch-up/:splat 302!
46+
47+
# Redirect http[s]://[www.]downunderflow.io/* to https://fossi-foundation.org/downunderflow/*
48+
http://downunderflow.io/* https://fossi-foundation.org/downunderflow/:splat 302!
49+
https://downunderflow.io/* https://fossi-foundation.org/downunderflow/:splat 302!
50+
51+
http://www.downunderflow.io/* https://fossi-foundation.org/downunderflow/:splat 302!
52+
https://www.downunderflow.io/* https://fossi-foundation.org/downunderflow/:splat 302!

0 commit comments

Comments
 (0)