adapts homepage config

This commit is contained in:
Dennis 2025-08-28 15:10:20 +02:00
parent e19249a62e
commit c0b73d2cae

View file

@ -5,6 +5,7 @@
allowedHosts = "home.dnsc.io"; allowedHosts = "home.dnsc.io";
settings = { settings = {
theme = "dark"; theme = "dark";
headerStyle = "boxedWidgets";
background = { background = {
image = "https://i.ibb.co/v6FjzW5V/winter.png"; image = "https://i.ibb.co/v6FjzW5V/winter.png";
opacity = 40; opacity = 40;
@ -32,6 +33,12 @@
icon = "slidev.png"; icon = "slidev.png";
}; };
} }
{
"Homepage" = {
href = "https://dnsc.io";
icon = "html.png";
};
}
]; ];
} }
{ {
@ -53,7 +60,35 @@
]; ];
bookmarks = [ bookmarks = [
{ {
Tools = [ Hosting = [
{
Fastmail = [
{
abbr = "PB";
href = "https://porkbun.com/account/domainsSpeedy";
}
];
}
{
Hetzner = [
{
abbr = "HZ";
href = "https://console.hetzner.com/projects/1355757/dashboard";
}
];
}
{
Tailscale = [
{
abbr = "TS";
href = "https://login.tailscale.com/admin/machines";
}
];
}
];
}
{
Apps = [
{ {
Fastmail = [ Fastmail = [
{ {
@ -98,7 +133,7 @@
YouTube = [ YouTube = [
{ {
abbr = "YT"; abbr = "YT";
href = "https://youtube.com"; href = "https://youtube.com/feed/subscriptions";
} }
]; ];
} }
@ -106,7 +141,7 @@
Twitch = [ Twitch = [
{ {
abbr = "TW"; abbr = "TW";
href = "https://twitch.tv"; href = "https://www.twitch.tv/directory/following";
} }
]; ];
} }