diff --git a/config/_default/languages.de.toml b/config/_default/languages.de.toml index c2cc251..a6e4f46 100644 --- a/config/_default/languages.de.toml +++ b/config/_default/languages.de.toml @@ -49,7 +49,7 @@ title = "Chaos Computer Club Berlin" # { lastfm = "https://lastfm.com/user/username" }, # { linkedin = "https://linkedin.com/in/username" }, { mastodon = "https://chaos.social/@clubdiscordia" }, - { irc = "https://webirc.hackint.org/#ircs://irc.hackint.org/#cccb" }, + # { irc = "https://webirc.hackint.org/#ircs://irc.hackint.org/#cccb" }, # { medium = "https://medium.com/username" }, # { microsoft = "https://www.microsoft.com/" }, # { orcid = "https://orcid.org/userid" }, diff --git a/config/_default/params.toml b/config/_default/params.toml index 4aa04cd..38e9f23 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -6,8 +6,8 @@ # https://blowfish.page/docs/configuration/#theme-parameters colorScheme = "fira" # "congo" -defaultAppearance = "light" # valid options: light or dark -autoSwitchAppearance = true +defaultAppearance = "dark" # valid options: light or dark +autoSwitchAppearance = false enableSearch = true enableCodeCopy = false @@ -33,7 +33,7 @@ giteaDefaultServer = "https://git.fsfe.org" forgejoDefaultServer = "https://v8.next.forgejo.org" [header] - layout = "fixed-fill-blur" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur + layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur [footer] showMenu = true diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png index 199303f..5302da7 100644 Binary files a/static/apple-touch-icon.png and b/static/apple-touch-icon.png differ diff --git a/static/favicon-96x96.png b/static/favicon-96x96.png index a3470a7..2dadf4c 100644 Binary files a/static/favicon-96x96.png and b/static/favicon-96x96.png differ diff --git a/static/favicon.ico b/static/favicon.ico index e61e7bd..82cb95c 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ diff --git a/static/favicon.png b/static/favicon.png new file mode 100644 index 0000000..67b52f8 Binary files /dev/null and b/static/favicon.png differ diff --git a/static/favicon.svg b/static/favicon.svg index 99ebb6e..2c24cb2 100644 --- a/static/favicon.svg +++ b/static/favicon.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/static/site.webmanifest b/static/site.webmanifest index bfd0e81..74c63a1 100644 --- a/static/site.webmanifest +++ b/static/site.webmanifest @@ -15,7 +15,7 @@ "purpose": "maskable" } ], - "theme_color": "#ffffff", - "background_color": "#ffffff", + "theme_color": "#ca392f", + "background_color": "#ca392f", "display": "standalone" } \ No newline at end of file diff --git a/static/web-app-manifest-192x192.png b/static/web-app-manifest-192x192.png index c3c153f..2f74987 100644 Binary files a/static/web-app-manifest-192x192.png and b/static/web-app-manifest-192x192.png differ diff --git a/static/web-app-manifest-512x512.png b/static/web-app-manifest-512x512.png index de98e11..ed2a0e0 100644 Binary files a/static/web-app-manifest-512x512.png and b/static/web-app-manifest-512x512.png differ