A beautiful Linktree app. Written in Preact
Go to file
2025-06-16 13:37:14 +02:00
links Init 2025-06-16 13:37:14 +02:00
node_modules Init 2025-06-16 13:37:14 +02:00
src Init 2025-06-16 13:37:14 +02:00
compose.yml Init 2025-06-16 13:37:14 +02:00
Dockerfile Init 2025-06-16 13:37:14 +02:00
flake.lock Init 2025-06-16 13:37:14 +02:00
flake.nix Init 2025-06-16 13:37:14 +02:00
index.html Init 2025-06-16 13:37:14 +02:00
LICENSE Initial commit 2025-06-16 13:35:45 +02:00
nginx.conf Init 2025-06-16 13:37:14 +02:00
package-lock.json Init 2025-06-16 13:37:14 +02:00
package.json Init 2025-06-16 13:37:14 +02:00
README.md Init 2025-06-16 13:37:14 +02:00
vite.config.js Init 2025-06-16 13:37:14 +02:00

Each link is defined in src/assets/links.toml. The format should be:

[[links]]
id = "Name of Website"
icon = "local Icon link (src/assets/icons) or link to picture"
    [links.config]
    title = "Title of the Link"
    link = "local redirect (e.g. /jupyter -> <window.origin>/jupyter)"
    description = "Description of the link"
    tags = [ "Tag1", "Tag2", ...]