formatting.

This commit is contained in:
Gabe Venberg 2024-10-21 16:06:30 +02:00
parent 487fe1f4c2
commit 1e6a1e3f93
5 changed files with 22 additions and 23 deletions

View file

@ -16,13 +16,13 @@ in {
headerStyle = "boxed";
base = "https://${baseurl}";
language = "en";
hideVersion=true;
hideVersion = true;
statusStyle = "dot";
quicklaunch = {
searchDescriptions = true;
hideInternetSearch = false;
hideVisitUrl = false;
provider="duckduckgo";
provider = "duckduckgo";
};
};
@ -88,19 +88,18 @@ in {
};
}
{
Radicale={
icon="sh-radicale.svg";
href="https://cal.venberg.xyz";
siteMonitor="https://cal.venberg.xyz";
description="Calander administration";
Radicale = {
icon = "sh-radicale.svg";
href = "https://cal.venberg.xyz";
siteMonitor = "https://cal.venberg.xyz";
description = "Calander administration";
};
}
{
Syncthing={
icon="sh-syncthing.svg";
href="http://localhost:8384/";
siteMonitor="http://localhost:8384/";
description="Local Syncthing dashboard";
Syncthing = {
icon = "sh-syncthing.svg";
href = "http://localhost:8384";
description = "Local Syncthing dashboard";
};
}
];
@ -116,11 +115,11 @@ in {
};
}
{
Github={
icon="si-github-#181717";
href="https://github.com";
siteMonitor="https://git.venberg.xyz";
description="Non self hosted Git forge :(";
Github = {
icon = "si-github-#181717";
href = "https://github.com";
siteMonitor = "https://git.venberg.xyz";
description = "Non self hosted Git forge :(";
};
}
];