diff --git a/www/blog/authors.yml b/www/blog/authors.yml
index 9e432ea..85124dd 100644
--- a/www/blog/authors.yml
+++ b/www/blog/authors.yml
@@ -1,5 +1,5 @@
koehlma:
name: Maximilian Köhl
title: Founder of Silitics
- url: https://koehlma.de
- image_url: /rugpi/img/authors/koehlma.jpg
+ url: https://silitics.com
+ image_url: img/authors/koehlma.jpg
diff --git a/www/docusaurus.config.ts b/www/docusaurus.config.ts
index cd040b7..5e0e3d7 100644
--- a/www/docusaurus.config.ts
+++ b/www/docusaurus.config.ts
@@ -48,14 +48,17 @@ const config: Config = {
respectPrefersColorScheme: false,
},
- // announcementBar: {
- // id: "under_construction",
- // content:
- // "🚨 EXPERIMENTAL: Rugpi is still experimental. Expect things to change and break. Do not use in production just yet! 🚨",
- // backgroundColor: "#FFFF00",
- // textColor: "#000000",
- // isCloseable: false,
- // },
+ announcementBar: {
+ // id: "release",
+ content: `
+ We are excited to announce the release of Rugpi version 0.6! 🎉
+ Read the release blog post.
+ `,
+ backgroundColor: "#bdddfb",
+ // backgroundColor: "#bdddfb",
+ // textColor: "#000000",
+ isCloseable: false,
+ },
navbar: {
title: "Rugpi",
logo: {