heather: homepage fixes - bookmark href format, jitsi-meet icon, teable favicon
bookmarks.yaml needs href: key (was bare URL → new URL() crash). jitsi.png -> jitsi-meet.png (proper brand icon in dashboard-icons). teable has no dashboard-icons entry -> use teable.iscg.dev/favicon.ico.
This commit is contained in:
parent
1ccc59dd8d
commit
c070b2a972
1 changed files with 4 additions and 3 deletions
|
|
@ -47,7 +47,7 @@ let
|
||||||
href: https://chat.iscg.dev
|
href: https://chat.iscg.dev
|
||||||
description: Matrix web client
|
description: Matrix web client
|
||||||
- Jitsi Meet:
|
- Jitsi Meet:
|
||||||
icon: jitsi.png
|
icon: jitsi-meet.png
|
||||||
href: https://jitsi.iscg.dev
|
href: https://jitsi.iscg.dev
|
||||||
description: Video conferencing
|
description: Video conferencing
|
||||||
- Productivity:
|
- Productivity:
|
||||||
|
|
@ -56,7 +56,7 @@ let
|
||||||
href: https://note.iscg.dev
|
href: https://note.iscg.dev
|
||||||
description: Notes wiki (herbarium)
|
description: Notes wiki (herbarium)
|
||||||
- Teable:
|
- Teable:
|
||||||
icon: teable.png
|
icon: https://teable.iscg.dev/favicon.ico
|
||||||
href: https://teable.iscg.dev
|
href: https://teable.iscg.dev
|
||||||
description: No-code database
|
description: No-code database
|
||||||
'';
|
'';
|
||||||
|
|
@ -87,7 +87,8 @@ let
|
||||||
homepageBookmarksYaml = pkgs.writeText "homepage-bookmarks.yaml" ''
|
homepageBookmarksYaml = pkgs.writeText "homepage-bookmarks.yaml" ''
|
||||||
- Forge:
|
- Forge:
|
||||||
- nix-config:
|
- nix-config:
|
||||||
- https://git.iscg.dev/mikl/nix-config
|
- abbr: Nx
|
||||||
|
href: https://git.iscg.dev/mikl/nix-config
|
||||||
'';
|
'';
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue