Compare commits

...

2 commits

Author SHA1 Message Date
Ingolf Wagner
459072cd24
add zola 2024-06-12 10:14:16 +02:00
Ingolf Wagner
a118cd53c3
update landingpage 2024-06-12 10:14:11 +02:00
2 changed files with 11 additions and 4 deletions

View file

@ -99,7 +99,9 @@ with lib;
in
[
{ title = "System Links"; }
(entry { machine = "orbi"; items = [
(entry {
machine = "orbi";
items = [
{
label = "Jellyfin";
href = "http://flix.ingolf-wagner.de/";
@ -110,8 +112,11 @@ with lib;
href = "http://10.100.0.1:2342/";
image = "https://media.giphy.com/media/fyLi0OuWysotq/giphy.gif";
}
];})
(entry { machine = "chungus"; items = [
];
})
(entry {
machine = "chungus";
items = [
{
label = "Grafana";
href = "http://grafana.chungus.private/explore";
@ -142,7 +147,8 @@ with lib;
href = "http://192.168.178.102/";
image = "https://i.giphy.com/3o7TKsrMIW65QT7VWo.webp";
}
];})
];
})
(entry { machine = "cherry"; })
(entry { machine = "cream"; })
(entry { machine = "mobi"; })

View file

@ -103,6 +103,7 @@ with lib;
pipenv
mdbook
zola
nodePackages.prettier
shfmt