From 2104cd0da272e1711429fd280d5733cbcde1381c Mon Sep 17 00:00:00 2001
From: BluemediaGER <oliver@traber-info.de>
Date: Tue, 7 Nov 2023 23:02:31 +0100
Subject: [PATCH 1/2] Update frontpage

---
 config.yaml         | 10 +++++++---
 themes/hugo-profile |  2 +-
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/config.yaml b/config.yaml
index a8aaf82..1f95c84 100644
--- a/config.yaml
+++ b/config.yaml
@@ -31,7 +31,7 @@ Menus:
 params:
   # General settings
   title: "Bluemedia"
-  description: Text about my cool site
+  description: Hi! I'm Oliver, aka Bluemedia, and I do some cool tech stuff.
   favicon: "/fav.png"
   useBootstrapCDN: false
 
@@ -48,6 +48,9 @@ params:
     textColor: "#23282f"
     secondaryTextColor: "#23282f"
     primaryColor: "#23282f"
+    linkColor: "#0a58ca"
+    darkmode:
+      linkColor: "#0d6efd"
 
   font:
     fontSize: 1.2rem
@@ -78,6 +81,7 @@ params:
           url: https://github.com/BluemediaGER
         - icon: fab fa-mastodon
           url: https://chaos.social/@Bluemedia
+          rel: me
         - icon: fa fa-link
           url: https://bluemedia.dev/social
 
@@ -90,10 +94,10 @@ params:
       Whether at my main job, at events of the Chaos Computer Club, or with my own AS in the DN42 network: I do a lot of stuff with technology. 
       And I'm always curious to discover even more.
 
-      Using that knowledge I try to create something valuable for myself and others. Whether it is a small project of my own, or a contribution to a larger project.
+      Besides all the tech stuff, I'm also into photography. If you want to see some of my pictures, you can visit <a href="https://pixel.bluemedia.dev/bluemedia" target="_blank">my personal Pixelfed instance</a>.
     skills:
       enable: true
-      title: "Here are a few technologies I've been using recently:"
+      title: "I like modern tools. So there will probably be something to read here about the ones I currently use:"
       items:
         - "PowerDNS"
         - "MariaDB Galera"
diff --git a/themes/hugo-profile b/themes/hugo-profile
index 4a77c47..60ddef6 160000
--- a/themes/hugo-profile
+++ b/themes/hugo-profile
@@ -1 +1 @@
-Subproject commit 4a77c47b05c4ac409907e260d7b6d842c50aa266
+Subproject commit 60ddef6a5f124e332521d45e6d3dd00480d6604c

From dfa9a5b819a87420adf4e2a7b5ee0a687dd4d8ac Mon Sep 17 00:00:00 2001
From: BluemediaGER <oliver@traber-info.de>
Date: Tue, 7 Nov 2023 23:03:09 +0100
Subject: [PATCH 2/2] Use production URL

---
 config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.yaml b/config.yaml
index 1f95c84..30dd359 100644
--- a/config.yaml
+++ b/config.yaml
@@ -1,4 +1,4 @@
-baseURL: https://staging.bluemedia.dev/
+baseURL: https://bluemedia.dev/
 languageCode: en-us
 title: Bluemedia
 theme: hugo-profile