diff --git a/.gitmodules b/.gitmodules
index c747fe3..4bb00cb 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
-[submodule "themes/mainroad"]
-	path = themes/mainroad
+[submodule "themes/roadster"]
+	path = themes/roadster
 	url = https://git.it-syndikat.org/IT-Syndikat/Mainroad.git
diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc
index be41b68..723716a 100644
--- a/.markdownlint-cli2.jsonc
+++ b/.markdownlint-cli2.jsonc
@@ -1,3 +1,3 @@
 {
-	"globs": ["**/*.md", "!themes/mainroad"]
+	"globs": ["**/*.md", "!themes/roadster"]
 }
diff --git a/assets/css/its.css b/assets/css/its.css
index 2d7ca9e..b238daa 100644
--- a/assets/css/its.css
+++ b/assets/css/its.css
@@ -248,6 +248,7 @@ code {
 	z-index: 100;
 }
 .logo__imagebox {
+	grid-column: 2;
 	text-align: center;
 	display: inline-block;
 	padding: 1rem;
diff --git a/hugo.toml b/hugo.toml
index 4780ef9..3c76327 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -1,7 +1,7 @@
 baseURL = 'https://it-syndikat.org'
 languageCode = 'de-AT'
 title = 'IT-Syndikat'
-theme = "mainroad"
+theme = "roadster"
 pluralizelisttitles = false   # removes the automatically appended "s" on sidebar entries
 enableRobotsTXT = true
 
@@ -47,10 +47,15 @@ defaultContentLanguageInSubdir = false
   mathjax = false # Enable MathJax
   customCSS = ["css/its.css"] # Include custom CSS files
   customJS = ["js/its.js"] # Include custom JS files
+  customHeadHTML = '''
+    <link rel="me" href="https://chaos.social/@itsyndikat">
+    <meta name="darkreader-lock" />
+  '''
   imageSizes = [ 320, 640, 960, 1280, 1920 ]
   tag = "{{TAG}}"
   commit = "{{COMMIT}}"
   show_version = false
+  pagerSizeIndex = 10
 
 [Params.style.vars]
   highlightColor = "#109c11" # matrix green
@@ -237,3 +242,8 @@ defaultContentLanguageInSubdir = false
       [[languages.en.menus.side]]
         name = "Git"
         url = "https://git.it-syndikat.org"
+
+[taxonomies]
+category = "categories"
+tag = "tags"
+author = "authors"
diff --git a/themes/mainroad b/themes/mainroad
deleted file mode 160000
index 67036fc..0000000
--- a/themes/mainroad
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 67036fc5f2fcb31117c6219c0610f75dac643de1
diff --git a/themes/roadster b/themes/roadster
new file mode 160000
index 0000000..fb786bc
--- /dev/null
+++ b/themes/roadster
@@ -0,0 +1 @@
+Subproject commit fb786bc6db8aef48c2ac9deeea61a6ddd36f8f5a