diff --git a/astro.config.mjs b/astro.config.mjs
index bfe35409a..b3f8ec437 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -13,42 +13,42 @@ const authors = {
nothingismagick: {
name: 'Daniel Thompson-Yvetot',
title: 'Tauri Co-Founder',
- picture: 'https://github.com/nothingismagick.png',
+ picture: '/authors/nothingismagick.jpeg',
},
lucasfernog: {
name: 'Lucas Nogueira',
title: 'Tauri Co-Founder',
- picture: 'https://github.com/lucasfernog.png',
+ picture: '/authors/lucasfernog.jpeg',
},
beanow: {
name: 'Robin van Boven',
title: 'Tauri Board Director',
- picture: 'https://github.com/Beanow.png',
+ picture: '/authors/Beanow.png',
},
jbolda: {
name: 'Jacob Bolda',
title: 'Tauri Board Director',
- picture: 'https://github.com/jbolda.png',
+ picture: '/authors/jbolda.jpeg',
},
lorenzolewis: {
name: 'Lorenzo Lewis',
title: 'Tauri Community Lead',
- picture: 'https://github.com/lorenzolewis.png',
+ picture: '/authors/lorenzolewis.png',
},
tweidinger: {
name: 'Tillmann Weidinger',
title: 'Tauri Security',
- picture: 'https://github.com/tweidinger.png',
+ picture: '/authors/tweidinger.png',
},
amrbashir: {
name: 'Amr Bashir',
title: 'Tauri Development',
- picture: 'https://github.com/amrbashir.png',
+ picture: '/authors/amrbashir.png',
},
wusyong: {
name: 'Wu Yu Wei',
title: 'Tauri Development Lead',
- picture: 'https://github.com/wusyong.png',
+ picture: '/authors/wusyong.png',
},
};
diff --git a/public/authors/Beanow.png b/public/authors/Beanow.png
new file mode 100644
index 000000000..e4a9754fe
Binary files /dev/null and b/public/authors/Beanow.png differ
diff --git a/public/authors/amrbashir.png b/public/authors/amrbashir.png
new file mode 100644
index 000000000..3d4bc78dd
Binary files /dev/null and b/public/authors/amrbashir.png differ
diff --git a/public/authors/jbolda.jpeg b/public/authors/jbolda.jpeg
new file mode 100644
index 000000000..25e353165
Binary files /dev/null and b/public/authors/jbolda.jpeg differ
diff --git a/public/authors/lorenzolewis.png b/public/authors/lorenzolewis.png
new file mode 100644
index 000000000..6972cbaf5
Binary files /dev/null and b/public/authors/lorenzolewis.png differ
diff --git a/public/authors/lucasfernog.jpeg b/public/authors/lucasfernog.jpeg
new file mode 100644
index 000000000..8f80c4cc6
Binary files /dev/null and b/public/authors/lucasfernog.jpeg differ
diff --git a/public/authors/nothingismagick.jpeg b/public/authors/nothingismagick.jpeg
new file mode 100644
index 000000000..48641dac8
Binary files /dev/null and b/public/authors/nothingismagick.jpeg differ
diff --git a/public/authors/tweidinger.png b/public/authors/tweidinger.png
new file mode 100644
index 000000000..b0281dd57
Binary files /dev/null and b/public/authors/tweidinger.png differ
diff --git a/public/authors/wusyong.png b/public/authors/wusyong.png
new file mode 100644
index 000000000..5a6cc1e36
Binary files /dev/null and b/public/authors/wusyong.png differ
diff --git a/src/content/docs/blog/create-tauri-app-version-3-released.md b/src/content/docs/blog/create-tauri-app-version-3-released.md
index 18d9dfaeb..f1d9ca903 100644
--- a/src/content/docs/blog/create-tauri-app-version-3-released.md
+++ b/src/content/docs/blog/create-tauri-app-version-3-released.md
@@ -4,6 +4,10 @@ date: 2023-03-01
authors: [amrbashir]
excerpt: create-tauri-app Version 3 is released with support for alpha versions of Tauri, mobile project support and DX improvements
image: ./create-tauri-app-version-3-released/header.jpg
+banner:
+ content: |
+ You're reading the blog on the prerelease site for Tauri 2.0 -
+ Go to the Tauri 1.0 site
---

diff --git a/src/content/docs/blog/tauri-1-0.md b/src/content/docs/blog/tauri-1-0.md
index 7b1d2d476..502ab5ebc 100644
--- a/src/content/docs/blog/tauri-1-0.md
+++ b/src/content/docs/blog/tauri-1-0.md
@@ -3,6 +3,10 @@ title: Tauri 1.0 Release
date: 2022-06-19
authors: [nothingismagick]
excerpt: After 9 months of betas and 4 months of release candidates, Tauri version 1.0 is now available!
+banner:
+ content: |
+ You're reading the blog on the prerelease site for Tauri 2.0 -
+ Go to the Tauri 1.0 site
---

diff --git a/src/content/docs/blog/tauri-1-1.mdx b/src/content/docs/blog/tauri-1-1.mdx
index 381992551..f22196eaf 100644
--- a/src/content/docs/blog/tauri-1-1.mdx
+++ b/src/content/docs/blog/tauri-1-1.mdx
@@ -3,6 +3,10 @@ title: Announcing Tauri 1.1.0
date: 2022-09-15
authors: [lucasfernog]
excerpt: After 113 pull requests and nearly two months of work, the Tauri team is pleased to announce the 1.1.0 release.
+banner:
+ content: |
+ You're reading the blog on the prerelease site for Tauri 2.0 -
+ Go to the Tauri 1.0 site
---
import CommandTabs from '@components/CommandTabs.astro';
diff --git a/src/content/docs/blog/tauri-1-2.mdx b/src/content/docs/blog/tauri-1-2.mdx
index 488d2fe8b..172908a10 100644
--- a/src/content/docs/blog/tauri-1-2.mdx
+++ b/src/content/docs/blog/tauri-1-2.mdx
@@ -3,6 +3,10 @@ title: Announcing Tauri 1.2.0
date: 2022-11-08
authors: [lucasfernog]
excerpt: The Tauri team is happy to announce the 1.2.0 release.
+banner:
+ content: |
+ You're reading the blog on the prerelease site for Tauri 2.0 -
+ Go to the Tauri 1.0 site
---
import CommandTabs from '@components/CommandTabs.astro';
diff --git a/src/content/docs/blog/tauri-1-3.mdx b/src/content/docs/blog/tauri-1-3.mdx
index 60fde3c06..59156a47a 100644
--- a/src/content/docs/blog/tauri-1-3.mdx
+++ b/src/content/docs/blog/tauri-1-3.mdx
@@ -3,6 +3,10 @@ title: Announcing Tauri 1.3.0
date: 2023-05-03
authors: [lucasfernog, tweidinger]
excerpt: The Tauri team is happy to announce the 1.3.0 release.
+banner:
+ content: |
+ You're reading the blog on the prerelease site for Tauri 2.0 -
+ Go to the Tauri 1.0 site
---
import CommandTabs from '@components/CommandTabs.astro';
diff --git a/src/content/docs/blog/tauri-1-4.mdx b/src/content/docs/blog/tauri-1-4.mdx
index f591b72fa..7819fe8c5 100644
--- a/src/content/docs/blog/tauri-1-4.mdx
+++ b/src/content/docs/blog/tauri-1-4.mdx
@@ -3,6 +3,10 @@ title: Announcing Tauri 1.4.0
date: 2023-06-14
authors: lucasfernog
excerpt: The Tauri team is happy to announce the 1.4.0 release.
+banner:
+ content: |
+ You're reading the blog on the prerelease site for Tauri 2.0 -
+ Go to the Tauri 1.0 site
---
import CommandTabs from '@components/CommandTabs.astro';
diff --git a/src/content/docs/blog/tauri-2-0-0-alpha-3.md b/src/content/docs/blog/tauri-2-0-0-alpha-3.md
index 70b51749a..59417df90 100644
--- a/src/content/docs/blog/tauri-2-0-0-alpha-3.md
+++ b/src/content/docs/blog/tauri-2-0-0-alpha-3.md
@@ -3,6 +3,10 @@ title: Migration to webkit2gtk-4.1 on Linux port
date: 2023-02-03
authors: [wusyong]
excerpt: New v2.0 alpha released and new backend for Linux port
+banner:
+ content: |
+ You're reading the blog on the prerelease site for Tauri 2.0 -
+ Go to the Tauri 1.0 site
---
Hello everybody! We just released [Tauri v2.0.0-alpha3](https://github.com/tauri-apps/tauri/releases/tag/tauri-v2.0.0-alpha.3) recently. While it doesn't bring any major feature, it does bring some huge impacts on Linux port.
diff --git a/src/content/docs/blog/tauri-2-0-0-alpha-4.mdx b/src/content/docs/blog/tauri-2-0-0-alpha-4.mdx
index f0cea6b57..4eef79848 100644
--- a/src/content/docs/blog/tauri-2-0-0-alpha-4.mdx
+++ b/src/content/docs/blog/tauri-2-0-0-alpha-4.mdx
@@ -3,6 +3,10 @@ title: Tauri 2.0.0-alpha.4 Released
date: 2023-03-20
authors: [lucasfernog]
excerpt: Mobile APIs for Tauri plugins! The 2.0.0-alpha.4 release has been published.
+banner:
+ content: |
+ You're reading the blog on the prerelease site for Tauri 2.0 -
+ Go to the Tauri 1.0 site
---
import CommandTabs from '@components/CommandTabs.astro';
diff --git a/src/content/docs/blog/tauri-board-elections-and-governance-updates.md b/src/content/docs/blog/tauri-board-elections-and-governance-updates.md
index dd8e99638..987667f80 100644
--- a/src/content/docs/blog/tauri-board-elections-and-governance-updates.md
+++ b/src/content/docs/blog/tauri-board-elections-and-governance-updates.md
@@ -3,6 +3,10 @@ title: Tauri Board Elections & Governance Update
date: 2023-06-15
authors: [beanow, jbolda, lorenzolewis]
excerpt: The Tauri Programme is celebrating it's two year anniversary of Tauri becoming a programme within The Commons Conservancy as well as the one year milestone of the Tauri 1.0 release. This also means we're preparing for the next round of Tauri Board Director elections to welcome in the next chapter of Tauri.
+banner:
+ content: |
+ You're reading the blog on the prerelease site for Tauri 2.0 -
+ Go to the Tauri 1.0 site
---
The Tauri Programme is celebrating it's two year anniversary of Tauri becoming a programme within [The Commons Conservancy](https://commonsconservancy.org/) as well as the one year milestone of the [Tauri 1.0 release](/blog/tauri-1-0). This also means we're preparing for the next round of Tauri Board Director elections to welcome in the next chapter of Tauri.
diff --git a/src/content/docs/blog/tauri-community-growth-and-feedback.md b/src/content/docs/blog/tauri-community-growth-and-feedback.md
index da6462d21..7ac95876a 100644
--- a/src/content/docs/blog/tauri-community-growth-and-feedback.md
+++ b/src/content/docs/blog/tauri-community-growth-and-feedback.md
@@ -4,6 +4,10 @@ date: 2023-02-09
authors: [lorenzolewis, amrbashir]
excerpt: Tauri Community Survey results and search improvements
image: ./tauri_community_growth_and_feedback/header.jpg
+banner:
+ content: |
+ You're reading the blog on the prerelease site for Tauri 2.0 -
+ Go to the Tauri 1.0 site
---

diff --git a/src/content/docs/blog/tauri-egui-0-1.md b/src/content/docs/blog/tauri-egui-0-1.md
index d6c12aca9..568c2d79c 100644
--- a/src/content/docs/blog/tauri-egui-0-1.md
+++ b/src/content/docs/blog/tauri-egui-0-1.md
@@ -3,6 +3,10 @@ title: Announcing tauri-egui 0.1.0
date: 2022-09-19
authors: [lucasfernog]
excerpt: The Tauri team is happy to announce the tauri-egui 0.1.0 release.
+banner:
+ content: |
+ You're reading the blog on the prerelease site for Tauri 2.0 -
+ Go to the Tauri 1.0 site
---
The Tauri team is pleased to announce the first release of [tauri-egui](https://github.com/tauri-apps/tauri-egui).
diff --git a/src/content/docs/blog/tauri-mobile-alpha.mdx b/src/content/docs/blog/tauri-mobile-alpha.mdx
index 77fc94f9e..fd9333463 100644
--- a/src/content/docs/blog/tauri-mobile-alpha.mdx
+++ b/src/content/docs/blog/tauri-mobile-alpha.mdx
@@ -3,6 +3,10 @@ title: Announcing the Tauri Mobile Alpha Release
date: 2022-12-09
authors: [lucasfernog]
excerpt: Tauri mobile is here! The first alpha release 2.0.0-alpha.0 has been published.
+banner:
+ content: |
+ You're reading the blog on the prerelease site for Tauri 2.0 -
+ Go to the Tauri 1.0 site
---
import CommandTabs from '@components/CommandTabs.astro';
diff --git a/src/content/docs/blog/tauri-programme-turns-1-and-board-elections.md b/src/content/docs/blog/tauri-programme-turns-1-and-board-elections.md
index b7e325c40..64e177873 100644
--- a/src/content/docs/blog/tauri-programme-turns-1-and-board-elections.md
+++ b/src/content/docs/blog/tauri-programme-turns-1-and-board-elections.md
@@ -3,6 +3,10 @@ title: Tauri Programme Turns 1 and Board Elections
date: 2022-07-12
authors: [beanow]
excerpt: The one year anniversary for Tauri becoming a programme within The Commons Conservancy is upcoming on the 16th of July!
+banner:
+ content: |
+ You're reading the blog on the prerelease site for Tauri 2.0 -
+ Go to the Tauri 1.0 site
---
The one year anniversary for Tauri becoming a programme within [The Commons Conservancy](https://commonsconservancy.org/) is upcoming on the 16th of July! On that anniversary, two of our Directors on the Tauri Board will be at the end of their first half-term. The Board will hold an election on the 15th of July to decide the Directors for the next two year term.
diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx
index 51bd6c75b..a63551bc3 100644
--- a/src/content/docs/index.mdx
+++ b/src/content/docs/index.mdx
@@ -19,6 +19,10 @@ hero:
link: https://tauri.app
icon: external
variant: minimal
+banner:
+ content: |
+ You're on the prerelease site for Tauri 2.0 -
+ Go to the Tauri 1.0 site
---
import { Card, CardGrid } from '@astrojs/starlight/components';
diff --git a/src/styles/custom.css b/src/styles/custom.css
index f482eb0e7..bfd6daa8e 100644
--- a/src/styles/custom.css
+++ b/src/styles/custom.css
@@ -137,3 +137,8 @@
transition: none !important;
}
}
+
+/* Required until https://github.com/HiDeoo/starlight-blog/pull/4 is released */
+.flex {
+ display: flex;
+}